Skip to content

Commit 3a6dc8b

Browse files
committed
clean(website):v3 component menu
1 parent a457c72 commit 3a6dc8b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

website/src/routes/menus.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { MenuData } from '../component/SubMenus';
22

33
export const componentMenus: MenuData[] = [
44
{ path: '/components/about', name: '关于 UIW' },
5-
{ path: '/components/v3', name: '迁移v2 -> v3' },
65
{ divider: true, name: '通用' },
76
{ path: '/components/button', name: 'Button 按钮' },
87
{ path: '/components/icon', name: 'Icon 图标' },

0 commit comments

Comments
 (0)