mirror of
https://github.com/fugary/simple-element-plus-template.git
synced 2025-12-10 04:47:50 +00:00
面包屑导航
This commit is contained in:
@@ -50,6 +50,15 @@ const options = [
|
||||
value: GlobalLayoutMode.TOP
|
||||
}]
|
||||
},
|
||||
{
|
||||
labelKey: 'common.label.breadcrumb',
|
||||
prop: 'isShowBreadcrumb',
|
||||
type: 'switch',
|
||||
model: globalConfigStore,
|
||||
change (val) {
|
||||
globalConfigStore.isShowBreadcrumb = val
|
||||
}
|
||||
},
|
||||
{
|
||||
labelKey: 'common.label.tabMode',
|
||||
prop: 'isTabMode',
|
||||
|
||||
Reference in New Issue
Block a user