Match-id-ab7f42b4bff3778e5cf92a84b85756ca83d2235a

This commit is contained in:
* 2022-08-08 11:42:54 +08:00 committed by *
parent 98e6acc030
commit d89c8b918c
1 changed files with 21 additions and 17 deletions

View File

@ -98,7 +98,11 @@ export const helper = {
return true; return true;
} }
return false; return false;
}, null, vNode, null); },
null,
vNode,
null
);
return info; return info;
}, },
getElementTag: (element: JSXElement) => { getElementTag: (element: JSXElement) => {