ali-pay
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
playground/src/views/system/menu/data.ts
|
|
|
@ -11,7 +11,7 @@ export function getMenuTypeOptions() { |
|
|
|
value: 'catalog', |
|
|
|
}, |
|
|
|
{ color: 'default', label: $t('system.menu.typeMenu'), value: 'menu' }, |
|
|
|
{ color: 'error', label: $t('system.menu.typeButton'), value: 'action' }, |
|
|
|
{ color: 'error', label: $t('system.menu.typeButton'), value: 'button' }, |
|
|
|
{ |
|
|
|
color: 'success', |
|
|
|
label: $t('system.menu.typeEmbedded'), |
|
|
|
|