Merge branch 'dev2' of github.com:sitcon-tw/2021 into dev2
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user