Skip to content

Commit

Permalink
fix: cascader 选项卡模式选中值不更新问题 (#1091)
Browse files Browse the repository at this point in the history
  • Loading branch information
fennghuang authored Sep 15, 2023
1 parent 0afecc8 commit e37e4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tabs/tabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<div ref="navWrap" :class="`${name}__wrapper ${name}__wrapper--${theme}`">
<div
v-for="(item, index) in itemProps"
:key="item.value"
:key="item.label"
:class="{
[`${name}__item ${name}__item--top`]: true,
[`${name}__item--evenly`]: spaceEvenly,
Expand Down

0 comments on commit e37e4dc

Please sign in to comment.