摘要: tsconfig.json 重点在于 "jsx": "preserve", "jsxImportSource": "vue", { "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "module": 阅读全文
posted @ 2024-02-28 22:31 皮豪 阅读(27) 评论(0) 推荐(0) 编辑
摘要: vite.config.ts const pathResolve = (pathStr: string) => { return path.resolve(__dirname, pathStr); }; // https://vitejs.dev/config/ export default def 阅读全文
posted @ 2024-02-28 22:01 皮豪 阅读(168) 评论(0) 推荐(0) 编辑