Browse Source

Auto merge base into tabbar

GitHub Actions 10 months ago
parent
commit
11c6f158d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main.ts

+ 1 - 1
src/main.ts

@@ -1,6 +1,6 @@
 import '@/style/index.scss'
 import { VueQueryPlugin } from '@tanstack/vue-query'
-import 'uno.css'
+import 'virtual:uno.css'
 import { createSSRApp } from 'vue'
 
 import App from './App.vue'