1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-10 04:47:27 +08:00
This commit is contained in:
Pan 2018-06-25 11:12:08 +08:00
parent b07299a9b3
commit b111f251ba

View File

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