朱丽叶

导航

2022年6月12日 #

Vite+Vue3设置路径别名

摘要: // 1.vite.config.js文件添加 import path from 'path' // 如果引入的时候报错则需要 npm install --save-dev @types/node resolve: { alias: { '@': path.resolve(__dirname, 's 阅读全文

posted @ 2022-06-12 09:44 朱丽叶 阅读(553) 评论(0) 推荐(0)