This commit is contained in:
2025-01-04 00:38:57 +08:00
parent d7d10f55bc
commit f37e0dd927
79 changed files with 2838 additions and 1053 deletions

View File

@@ -5,9 +5,7 @@ import { createPinia } from 'pinia'
import App from './App.vue'
import router from './router'
import 'vant/lib/index.css';
const app = createApp(App)
app.use(createPinia())
app.use(router)