Revert "!17 feat: unocss 更新unocss版本及配置,解决unocss 虚拟配置重复引用问题"

This reverts commit bf5439d32a, reversing
changes made to 6f3d99402c.
This commit is contained in:
feige996
2025-08-14 11:33:03 +08:00
parent 2ab499fd20
commit 13e976ef88
6 changed files with 204 additions and 218 deletions

View File

@@ -6,9 +6,8 @@ import { routeInterceptor } from './router/interceptor'
import store from './store'
import '@/style/index.scss'
// import 'virtual:uno.css'
import '@/style/uno.scss'
// 替换 virtual:uno.css
import 'virtual:uno.css'
export function createApp() {
const app = createSSRApp(App)
app.use(store)