diff --git a/src/fab/fab.tsx b/src/fab/fab.tsx index c79adc134..cee02acc3 100644 --- a/src/fab/fab.tsx +++ b/src/fab/fab.tsx @@ -21,7 +21,7 @@ export default defineComponent({ }; return () => { - const icon = renderTNodeJSX('icon'); + const icon = () => renderTNodeJSX('icon'); return (