mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 11:54:00 +08:00
feat(transition): add transition comp and demo
This commit is contained in:
@@ -23,6 +23,14 @@ export default {
|
||||
title: '基础组件',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/transition',
|
||||
name: 'transitionDemo',
|
||||
component: () => import('/@/views/demo/comp/transition/index.vue'),
|
||||
meta: {
|
||||
title: '动画组件',
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/countTo',
|
||||
name: 'CountTo',
|
||||
|
Reference in New Issue
Block a user