[new feature] Tabs: add animated props to change tabs with animation (#2126)

This commit is contained in:
张敏
2018-11-23 19:51:47 +08:00
committed by neverland
parent 8042e37829
commit d84b13a6cc
15 changed files with 2097 additions and 268 deletions

View File

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