From a3867482d68216df5daf3df146c42fe08f1a6e8c Mon Sep 17 00:00:00 2001 From: Freedom <44052739+github-learning@users.noreply.github.com> Date: Sat, 7 Dec 2024 21:22:36 +0800 Subject: [PATCH] Update vite.config.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在线修改测试 --- vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vite.config.ts b/vite.config.ts index 3b7adb8..48c872b 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -6,7 +6,7 @@ import Components from 'unplugin-vue-components/vite' import { ElementPlusResolver } from 'unplugin-vue-components/resolvers' // 自动导入 ElementPlus 所需样式 import ElementPlus from 'unplugin-element-plus/vite' -// 1.UnoCSS 原子化css +// UnoCSS 原子化css import UnoCSS from 'unocss/vite' const pathSrc = path.resolve(__dirname, 'src')