mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-05 07:27:09 +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);
|
||||
};
|
||||
|
||||
const mountedHandler = (e: InstanceType<typeof FormPanel>) => {
|
||||
emit('mounted', e);
|
||||
const mountedHandler = () => {
|
||||
if (propertyFormPanelRef.value) {
|
||||
emit('mounted', propertyFormPanelRef.value);
|
||||
}
|
||||
};
|
||||
|
||||
const propsPanelEl = useTemplateRef('propsPanel');
|
||||
|
Loading…
x
Reference in New Issue
Block a user