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
+1 -1
View File
@@ -70,7 +70,7 @@
"@vue/compiler-sfc": "^3.2.20",
"@vue/runtime-core": "^3.2.20",
"@vue/test-utils": "^2.0.0-rc.16",
"typescript": "4.x",
"typescript": "~4.5.2",
"vue": "^3.2.20",
"vue-router": "^4.0.12"
},
+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>
);
},
});