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

@@ -9,6 +9,10 @@ const menu: MenuModule = {
path: '/basic',
name: '基础组件',
},
{
path: '/countTo',
name: '数字动画',
},
{
path: '/scroll',