Commit f57ce7aa by zhangxingmin

push

parent ab55b870
...@@ -6,7 +6,7 @@ import { fileURLToPath, URL } from 'node:url'; ...@@ -6,7 +6,7 @@ import { fileURLToPath, URL } from 'node:url';
export default defineConfig({ export default defineConfig({
plugins: [vue({/* 自定义元素配置 */})], plugins: [vue({/* 自定义元素配置 */})],
resolve: { resolve: {
alias: { '@': fileURLToPath(new URL('./src', import.meta.url)) } alias: { '@': fileURLToPath(new URL('./', import.meta.url)) }
}, },
css: { css: {
preprocessorOptions: { 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