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