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