We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e124b2 commit 7d461a5Copy full SHA for 7d461a5
1 file changed
src/uni_modules/wot-design-uni/components/wd-select-picker/wd-select-picker.vue
@@ -85,7 +85,7 @@
85
<wd-radio :value="item[valueKey]" :disabled="item.disabled">
86
<block v-if="filterable && filterVal">
87
<block v-for="text in item[labelKey]" :key="text.label">
88
- <text :clsss="`${text.type === 'active' ? 'wd-select-picker__text-active' : ''}`">{{ text.label }}</text>
+ <text :class="`${text.type === 'active' ? 'wd-select-picker__text-active' : ''}`">{{ text.label }}</text>
89
</block>
90
91
<block v-else>
0 commit comments