mirror of
https://gitee.com/dromara/go-view.git
synced 2026-05-12 00:00:01 +08:00
perf: 优化工具栏展示方式
This commit is contained in:
@@ -35,7 +35,10 @@ export const useSettingStore = defineStore({
|
||||
},
|
||||
getChartToolsStatus(): ToolsStatusEnum {
|
||||
return this.chartToolsStatus
|
||||
}
|
||||
},
|
||||
getChartToolsStatusHide(): boolean {
|
||||
return this.chartToolsStatusHide
|
||||
},
|
||||
},
|
||||
actions: {
|
||||
setItem<T extends keyof SettingStoreType, K extends SettingStoreType[T]>(
|
||||
|
||||
Reference in New Issue
Block a user