Skip to content

Commit 57e3072

Browse files
authored
fix(select): 修复option两层提示的问题 (#3680)
1 parent 4432cf8 commit 57e3072

File tree

1 file changed

+0
-1
lines changed
  • packages/vue/src/option/src

1 file changed

+0
-1
lines changed

packages/vue/src/option/src/pc.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
},
1818
highlightClass
1919
]"
20-
:title="state.currentLabel || ''"
2120
>
2221
<span v-if="state.selectMultiple" class="tiny-option__checkbox-wrap tiny-select-dropdown__item-checkbox">
2322
<component :is="`icon-${state.selectCls}`" :class="`tiny-svg-size ${state.selectCls}`" />

0 commit comments

Comments
 (0)