modify vue page name

This commit is contained in:
MaysWind
2023-04-22 22:28:04 +08:00
parent ee2690c2cc
commit e4987f3bde
31 changed files with 27 additions and 28 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { createApp } from 'vue'
import App from './Desktop.vue';
import App from './DesktopApp.vue';
const app = createApp(App);
app.mount('#app');