GitHub Actions 10 месяцев назад
Родитель
Сommit
11c6f158d0
1 измененных файлов с 1 добавлено и 1 удалено
  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'