mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
Field: support $attrs & $listeners
This commit is contained in:
@@ -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'
|
||||
});
|
||||
|
Reference in New Issue
Block a user