样式修改
This commit is contained in:
@@ -30,5 +30,9 @@ Vue.config.productionTip = false
|
||||
|
||||
new Vue({
|
||||
router,
|
||||
mounted() {
|
||||
// 通知 index.html 的占位脚本:vue 真实内容已挂载完成
|
||||
document.dispatchEvent(new CustomEvent('app-mounted'));
|
||||
},
|
||||
render: h => h(App)
|
||||
}).$mount('#app')
|
||||
|
||||
Reference in New Issue
Block a user