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:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user