We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a457c72 commit 3a6dc8bCopy full SHA for 3a6dc8b
website/src/routes/menus.ts
@@ -2,7 +2,6 @@ import { MenuData } from '../component/SubMenus';
2
3
export const componentMenus: MenuData[] = [
4
{ path: '/components/about', name: '关于 UIW' },
5
- { path: '/components/v3', name: '迁移v2 -> v3' },
6
{ divider: true, name: '通用' },
7
{ path: '/components/button', name: 'Button 按钮' },
8
{ path: '/components/icon', name: 'Icon 图标' },
0 commit comments