摘要: idea无法解析目录@/xxx 显示错误如下 解决办法 vite.config.js 中添加配置,配置'@'的别名 import { fileURLToPath, URL } from 'node:url' // https://vitejs.dev/config/ export default defineConfig({ re 阅读全文
posted @ 2024-03-29 15:58 三只坚果 阅读(320) 评论(0) 推荐(0)