mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-01-23 09:40:25 +08:00
table控件settingCache在非开发模式下为true,优化用户体验 (#4310)
This commit is contained in:
parent
f99cc9b9fe
commit
f67b5d8569
@ -39,7 +39,7 @@
|
||||
redo: true,
|
||||
size: true,
|
||||
setting: true,
|
||||
settingCache: false,
|
||||
settingCache: !import.meta.env.DEV,
|
||||
fullScreen: false,
|
||||
...props.setting,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user