This commit is contained in:
唐明明
2023-03-27 17:54:12 +08:00
parent 7508bb7ce2
commit 7a25361249
9 changed files with 178 additions and 11 deletions

View File

@@ -9,12 +9,12 @@ import Mylink from './node_modules/uni-simple-router/dist/link.vue'
import { INIT } from './im/INIT'
(async () => {
// (async () => {
Vue.component('my-link', Mylink)
Vue.use(uView)
Vue.use(router)
await INIT();
// await INIT();
Vue.config.productionTip = false
App.mpType = 'app'
@@ -23,4 +23,4 @@ import { INIT } from './im/INIT'
...App
})
app.$mount()
})()
// })()