fix: fix the form-api reactive failure inside the form (#4590)

* fix: fix the form-api reactive failure inside the form
This commit is contained in:
Vben
2024-10-08 22:43:02 +08:00
committed by GitHub
parent 8ad2b8665d
commit 2dbd323b2a
12 changed files with 157 additions and 93 deletions

View File

@@ -41,6 +41,8 @@ import {
VxeToolbar,
} from 'vxe-table';
import { initDefaultFormatter } from './formatter';
// 是否加载过
let isInit = false;
@@ -118,5 +120,6 @@ export function setupVbenVxeTable(setupOptions: SetupVxeTable) {
},
);
initDefaultFormatter(VxeUI);
configVxeTable(VxeUI);
}