1
0
mirror of synced 2026-03-24 11:48:35 +08:00

refactor(editor): form-panel mounted参数改成proxy

This commit is contained in:
roymondchen
2025-01-06 17:47:06 +08:00
parent 8aaf941d24
commit ac2b8dbfcf

View File

@@ -99,7 +99,7 @@ watchEffect(() => {
const internalInstance = getCurrentInstance();
onMounted(() => {
emit('mounted', internalInstance);
emit('mounted', internalInstance?.proxy);
});
const submit = async (v: FormValue, eventData: ContainerChangeEventData) => {