mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 19:41:40 +08:00
refactor(editor): form-panel mounted参数改成proxy
This commit is contained in:
parent
8aaf941d24
commit
ac2b8dbfcf
@ -99,7 +99,7 @@ watchEffect(() => {
|
||||
|
||||
const internalInstance = getCurrentInstance();
|
||||
onMounted(() => {
|
||||
emit('mounted', internalInstance);
|
||||
emit('mounted', internalInstance?.proxy);
|
||||
});
|
||||
|
||||
const submit = async (v: FormValue, eventData: ContainerChangeEventData) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user