1.骨架屏组件封装

This commit is contained in:
dingyongya
2021-12-29 15:59:15 +08:00
188 changed files with 3550 additions and 4962 deletions

View File

@@ -309,6 +309,11 @@ const zhCN = [
component: () => import('../../docs/zh-CN/components/backtop.md'),
meta: { title: '返回顶部' },
},
{
path: '/zh-CN/components/countup',
component: () => import('../../docs/zh-CN/components/countup.md'),
meta: { title: '数字滚动' },
},
],
},
{