1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2026-01-22 23:50:22 +08:00

Merge branch '2.x-beta-theme' into 2.x-beta

This commit is contained in:
zclzone
2023-12-16 18:57:51 +08:00
29 changed files with 484 additions and 95 deletions

View File

@@ -155,7 +155,10 @@ const iconOptions = icons.map((item) => ({
value: item,
}))
const layoutOptions = [
{ label: '默认-default', value: 'default' },
{ label: '跟随系统', value: '' },
{ label: '简约-simple', value: 'simple' },
{ label: '通用-normal', value: 'normal' },
{ label: '全面-full', value: 'full' },
{ label: '空白-empty', value: 'empty' },
]
const required = {