refactor(editor): form-panel mounted参数改成proxy
This commit is contained in:
@@ -99,7 +99,7 @@ watchEffect(() => {
|
||||
|
||||
const internalInstance = getCurrentInstance();
|
||||
onMounted(() => {
|
||||
emit('mounted', internalInstance);
|
||||
emit('mounted', internalInstance?.proxy);
|
||||
});
|
||||
|
||||
const submit = async (v: FormValue, eventData: ContainerChangeEventData) => {
|
||||
|
||||
Reference in New Issue
Block a user