mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
refactor(editor): form-panel mounted事件参数
This commit is contained in:
parent
8feac3861e
commit
e57fc7b718
@ -148,8 +148,10 @@ const errorHandler = (e: any) => {
|
|||||||
emit('form-error', e);
|
emit('form-error', e);
|
||||||
};
|
};
|
||||||
|
|
||||||
const mountedHandler = (e: InstanceType<typeof FormPanel>) => {
|
const mountedHandler = () => {
|
||||||
emit('mounted', e);
|
if (propertyFormPanelRef.value) {
|
||||||
|
emit('mounted', propertyFormPanelRef.value);
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
const propsPanelEl = useTemplateRef('propsPanel');
|
const propsPanelEl = useTemplateRef('propsPanel');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user