Skip to content

Commit 5e023d9

Browse files
committed
chore: 添加 Antdv Next 组件库友链
1 parent cf4a7ea commit 5e023d9

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

apps/example/src/router/modules/ecology.example.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,16 @@ const routes: RouteRecordRaw[] = [
9595
link: 'https://github.com/mineadmin/mineadmin',
9696
},
9797
},
98+
{
99+
path: 'antdv-next',
100+
redirect: '',
101+
name: 'recommandAntdvNext',
102+
meta: {
103+
title: 'Antdv Next 组件库',
104+
icon: 'https://www.antdv-next.com/antdv-next.svg',
105+
link: 'https://www.antdv-next.com/',
106+
},
107+
},
98108
],
99109
},
100110
]

0 commit comments

Comments
 (0)