1
0
mirror of synced 2025-12-11 00:28:09 +08:00

releases 4.6.11

This commit is contained in:
xuliangzhan
2024-05-09 16:31:09 +08:00
parent d06e5bfb02
commit 14f0ea2988
13 changed files with 35 additions and 25 deletions

View File

@@ -112,6 +112,7 @@ const GlobalConfig: VXETableConfigOptions = {
isEsc: true
},
areaConfig: {
autoClear: true,
selectCellByHeader: true
},
clipConfig: {

View File

@@ -10,7 +10,9 @@ import { VxeGlobalConfigMethod } from '../../../types/all'
*/
export const config: VxeGlobalConfigMethod = (options) => {
if (options) {
setTheme(options)
if (options.theme) {
setTheme(options)
}
if (options.zIndex) {
DomZIndex.setCurrent(options.zIndex)
}