Merge branch 'dev2' of github.com:sitcon-tw/2021 into dev2

This commit is contained in:
hyperbola
2021-01-19 19:32:03 +08:00
5 changed files with 209 additions and 6 deletions

View File

@@ -16,5 +16,6 @@ Vue.config.productionTip = false;
new Vue({
router,
store,
render: (h) => h(App)
render: (h) => h(App),
mounted: () => document.dispatchEvent(new Event("x-app-rendered")),
}).$mount('#app');