样式修改

This commit is contained in:
jack
2026-07-16 15:53:22 +08:00
parent f7cca2d5a7
commit 7c73df4015
3 changed files with 61 additions and 4 deletions
+4
View File
@@ -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')