Fix tailwind

This commit is contained in:
voltsrage
2026-06-19 17:48:53 +08:00
parent 5f69ce1a95
commit 2f74e2dd8b
4 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
import { createApp } from 'vue'
import { createPinia } from 'pinia'
import './style.css'
import App from './App.vue'
import router from './router'
createApp(App).use(router).mount('#app')
createApp(App).use(createPinia()).use(router).mount('#app')