pull/799/head
Pan 2018-06-25 11:12:08 +08:00
parent b07299a9b3
commit b111f251ba
1 changed files with 1 additions and 2 deletions

View File

@ -36,6 +36,5 @@ new Vue({
router, router,
store, store,
i18n, i18n,
render: h => h(App), render: h => h(App)
components: { App }
}) })