mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
fix: downgrade vue-tsc to 2.0.28 (#18737)
This commit is contained in:
parent
6b1e951368
commit
a9f15b6f12
@ -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"
|
||||
|
@ -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>
|
||||
|
2024
pnpm-lock.yaml
2024
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user