fix: fix the bug in the home page

This commit is contained in:
Rogee
2024-11-28 12:39:05 +08:00
parent c7d10908bd
commit 857c23408b
4 changed files with 13 additions and 34 deletions

View File

@@ -1,5 +1,6 @@
import { createPinia } from 'pinia'
import { createApp } from 'vue'
import './assets/main.css'
import App from './App.vue'
import router from './router'