4
0
mirror of https://gitee.com/dcloud/uni-preset-vue synced 2025-05-18 00:54:04 +08:00

fix: update App.vue fro ts template

This commit is contained in:
qiang 2022-09-15 11:22:23 +08:00
parent 17b4637bdb
commit 8575a9373f

@ -3,4 +3,5 @@ import App from './App.vue'
Vue.config.productionTip = false
new App().$mount()
const app = new (typeof App === 'object' ? Vue.extend(Object.assign({ mpType: 'app' }, App)) : App)
app.$mount();