feat(transition): add transition comp and demo

This commit is contained in:
vben
2020-10-25 21:31:14 +08:00
parent 2628fb550d
commit 3713487c85
5 changed files with 125 additions and 20 deletions

View File

@@ -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',