feat:初版实现基础功能,返回顶部,固定按钮,自定义内容,特定容器内部显示

This commit is contained in:
sight
2021-12-20 07:19:40 +08:00
parent eb296766f8
commit 91ccfc58bb
6 changed files with 317 additions and 6 deletions

View File

@@ -299,6 +299,10 @@ const zhCN = [
path: '/zh-CN/components/msg',
component: () => import('../../docs/zh-CN/components/msg.md'),
meta: { title: '信息' },
},{
path: '/zh-CN/components/backtop',
component: () => import('../../docs/zh-CN/components/backtop.md'),
meta: { title: '返回顶部' },
},
],
},