chore: bump typescript@4.5 (#9966)

This commit is contained in:
neverland
2021-11-30 14:30:49 +08:00
committed by GitHub
parent 737a47d919
commit ce1c713e1f
9 changed files with 61 additions and 57 deletions
+5 -1
View File
@@ -41,6 +41,10 @@ export default defineComponent({
setActive,
});
return () => <div role="tablist" class={bem()}>{slots.default?.()}</div>;
return () => (
<div role="tablist" class={bem()}>
{slots.default?.()}
</div>
);
},
});