refactor: move the uno.css import into the main entry

This commit is contained in:
Hakadao
2024-09-21 15:50:21 +08:00
parent 5ced3d9c47
commit 0d3e062bec
2 changed files with 1 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import 'uno.css'
import '~/styles'
import 'virtual:uno.css'
import { createApp } from 'vue'