mirror of
https://gitee.com/dcloud/uni-preset-vue
synced 2026-01-30 00:05:29 +08:00
fix: update App.vue fro ts template
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user