table控件settingCache在非开发模式下为true,优化用户体验 (#4310)

This commit is contained in:
lijian3828940 2024-09-03 21:26:16 +08:00 committed by GitHub
parent f99cc9b9fe
commit f67b5d8569
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,7 @@
redo: true, redo: true,
size: true, size: true,
setting: true, setting: true,
settingCache: false, settingCache: !import.meta.env.DEV,
fullScreen: false, fullScreen: false,
...props.setting, ...props.setting,
}; };