摘要:
在vite.config.js/ts 中 export default defineConfig({ plugins: [ vue() ], resolve: { alias: { // 配置路径别名 使用@ 代替 ./src '@': fileURLToPath(new URL('./src', 阅读全文
摘要:
在vite.conig.js/ts 中 1. fileURLToPath import { fileURLToPath } from 'url' export default defineConfig({ plugins: [ vue() ], resolve: { alias: { // 配置路径 阅读全文