no message

Former-commit-id: ad63cd5fd5e85738aa95778f9e983e966eea14b4 [formerly ad63cd5fd5e85738aa95778f9e983e966eea14b4 [formerly ad63cd5fd5e85738aa95778f9e983e966eea14b4 [formerly ad63cd5fd5e85738aa95778f9e983e966eea14b4 [formerly 466daa485c8c6e983effaf78b0839ed0f7765c05 [formerly befe4f25ec103d6a47ef638dd17cc546bffc56b1]]]]]
Former-commit-id: ab6e5359a5d7d09368d48b5af8a3b3ac6322a121
Former-commit-id: f898d4151a06defb4a77ad97bdee31f2b282f60d
Former-commit-id: 1bcb656246cacfb971bf8426a91e209d6885f48e [formerly 2e2d413be5c842997cdaadfb439121bfddb2c328]
Former-commit-id: 641c6c2132e07bdbce4b396ff52722aaded28680
Former-commit-id: 5f555945cb920791434b8757f7fca83fa919d6cd
Former-commit-id: 40124850c21514e7fee566adf13a160f315671fb
Former-commit-id: 51e1186ba977918f85eb42aeff723f7aa86684f2
Former-commit-id: 56e5c5b56ea0ef2f59504ad7b41ce4a40a015311
This commit is contained in:
liyang
2018-06-19 23:35:29 +08:00
parent 7806714b1d
commit b67042e896
8 changed files with 121 additions and 1 deletions

View File

@@ -95,6 +95,15 @@ const demoComponents = {
{ path: `${pre}markdown/url`, title: '异步加载文件' }
]
},
{
path: `${pre}contextmenu`,
title: '右键菜单',
children: [
{ path: `${pre}contextmenu/simple`, title: '基础' },
{ path: `${pre}contextmenu/divier`, title: '分割线' },
{ path: `${pre}contextmenu/group`, title: '按钮组' }
]
},
{ path: `${pre}bigdata-table`, title: '百万数量级表格' },
{ path: `${pre}scrollbar`, title: 'ElementUI 滚动条组件' },
{ path: `${pre}countup`, title: '数字动画' },