[add] init

This commit is contained in:
lideqin
2024-09-23 15:40:22 +08:00
parent 260e07ed2e
commit 67c0b01552
88 changed files with 33522 additions and 83 deletions
+10
View File
@@ -0,0 +1,10 @@
import Vue from 'vue'
import App from './App.vue'
// import router from './router';
Vue.config.productionTip = false
new Vue({
// router,
render: (h) => h(App),
}).$mount('#app')