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
+3 -2
View File
@@ -42,5 +42,6 @@ if (process.env.NODE_ENV !== 'production') {
new Vue({ // eslint-disable-line
render: h => h(App),
router
}).$mount('#app-container');
router,
el: '#app-container'
});