import htmlPlugin from 'vite-plugin-index-html'; // vite.config.ts export default defineConfig({ plugins: [vue(), htmlPlugin({ entry: './src/main.ts' })] }) ...
確定! 回上一頁