chore: use Runtime-only

This commit is contained in:
Pan
2018-06-25 11:15:02 +08:00
parent fb32462266
commit dd37f247f8
2 changed files with 2 additions and 4 deletions

View File

@@ -23,6 +23,5 @@ new Vue({
el: '#app',
router,
store,
template: '<App/>',
components: { App }
render: h => h(App)
})