docs: 📦 移除 better-scroll 示例

This commit is contained in:
FairyEver
2020-11-24 09:03:03 +08:00
parent a93e966457
commit aa8d1aa8fb
4 changed files with 0 additions and 181 deletions

View File

@@ -22,15 +22,6 @@ export default {
{ path: '/demo/plugins/export/txt', title: '文本' }
]
},
{
path: '/demo/plugins/better-scroll',
title: '滚动扩展',
icon: 'crosshairs',
children: [
{ path: '/demo/plugins/better-scroll/base', title: '基础用法' },
{ path: '/demo/plugins/better-scroll/to', title: '滚动定位' }
]
},
{ path: '/demo/plugins/clipboard-polyfill', title: '剪贴板访问', icon: 'clipboard' },
{ path: '/demo/plugins/day', title: '日期计算', icon: 'clock-o' },
{ path: '/demo/plugins/js-cookie', title: 'Cookie 读写', icon: 'asterisk' }