-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
Feature request
Support three level sidebar
What problem does this feature solve?
Common nedds
What does the proposed API look like?
[
{
title: '概述',
children: ['introduce', 'quick-start']
},
{
title: '组件',
sub: [
{
title: '基础组件',
children: ['button', 'tab']
},
{
title: '滚动组件',
children: ['scroll', 'list']
}
]
}
]
How should this be implemented in your opinion?
Add level
Are you willing to work on this yourself?**
No, no plan to see the vuepress source code
waruqi
Metadata
Metadata
Assignees
Labels
No labels