Field: support $attrs & $listeners

This commit is contained in:
陈嘉涵
2017-09-22 14:54:05 +08:00
parent 910739905c
commit 72b013a440
8 changed files with 121 additions and 274 deletions

View File

@@ -41,5 +41,6 @@ if (process.env.NODE_ENV !== 'production') {
new Vue({ // eslint-disable-line
render: h => h(App),
router
}).$mount('#app-container');
router,
el: '#app-container'
});