Commit f57ce7aa by zhangxingmin

push

parent ab55b870
......@@ -6,7 +6,7 @@ import { fileURLToPath, URL } from 'node:url';
export default defineConfig({
plugins: [vue({/* 自定义元素配置 */})],
resolve: {
alias: { '@': fileURLToPath(new URL('./src', import.meta.url)) }
alias: { '@': fileURLToPath(new URL('./', import.meta.url)) }
},
css: {
preprocessorOptions: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment