fix: downgrade vue-tsc to 2.0.28 (#18737)

This commit is contained in:
dopamine 2024-11-01 15:36:10 +08:00 committed by GitHub
parent 6b1e951368
commit a9f15b6f12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1054 additions and 974 deletions

View File

@ -117,7 +117,7 @@
"vitest": "^2.0.5",
"vue": "^3.2.37",
"vue-router": "^4.0.16",
"vue-tsc": "^2.1.6"
"vue-tsc": "^2.0.28"
},
"engines": {
"node": ">= 18"

View File

@ -1,7 +1,7 @@
<template>
<div
ref="barRef"
:class="[ns.e('active-bar'), ns.is(rootTabs.props.tabPosition)]"
:class="[ns.e('active-bar'), ns.is(rootTabs!.props.tabPosition)]"
:style="barStyle"
/>
</template>

File diff suppressed because it is too large Load Diff