feat: add count-to component and demo

This commit is contained in:
vben
2020-10-12 01:15:31 +08:00
parent 4811cce809
commit afc7263efb
8 changed files with 79 additions and 23 deletions

View File

@@ -23,6 +23,14 @@ export default {
title: '基础组件',
},
},
{
path: '/countTo',
name: 'CountTo',
component: () => import('/@/views/demo/comp/count-to/index.vue'),
meta: {
title: '数字动画',
},
},
{
path: '/scroll',