feat(admin): Link router
This commit is contained in:
parent
db1bcc21ef
commit
ab17f57cba
|
@ -49,6 +49,7 @@ export const base = {
|
|||
StepsForm: 'Steps Form',
|
||||
|
||||
Button: 'Button',
|
||||
Link: 'Link',
|
||||
Tabs: 'Tabs',
|
||||
Tag: 'Tag',
|
||||
Rate: 'Rate',
|
||||
|
|
|
@ -50,6 +50,7 @@ export const base = {
|
|||
StepsForm: '分步表单',
|
||||
|
||||
Button: 'Button 按钮',
|
||||
Link: 'Link 文字链接',
|
||||
Tabs: 'Tabs 选项卡',
|
||||
Rate: 'Rate 评分',
|
||||
Tag: 'Tag 标签',
|
||||
|
|
|
@ -236,6 +236,7 @@ export function genNavTree(localeMap, locale) {
|
|||
'card',
|
||||
'slider',
|
||||
'loading',
|
||||
'link',
|
||||
'toast',
|
||||
'toggle-icon',
|
||||
'tag',
|
||||
|
|
|
@ -10,6 +10,7 @@ const components = [
|
|||
'tabs',
|
||||
'slider',
|
||||
'loading',
|
||||
'link',
|
||||
'toast',
|
||||
'toggle-icon',
|
||||
'card',
|
||||
|
|
Loading…
Reference in New Issue