默认提交
Showing
1 changed file
with
3 additions
and
0 deletions
-
Please register or sign in to post a comment
... | ... | @@ -53,5 +53,8 @@ new Vue({ |
render: h => h(App), | ||
mounted: () => { | ||
document.dispatchEvent(new Event('render-event')); | ||
}, | ||
data: { | ||
bus: new Vue() | ||
} | ||
}).$mount('#app') | ||
... | ... |