Skip to content

Commit a8ca321

Browse files
committed
fix: select label not update
1 parent e4b4aba commit a8ca321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vc-select/Select.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export default {
143143
})
144144
}
145145
this.sValue = sValue
146-
146+
this.initLabelAndTitleMap(sValue)
147147
sValue.forEach((val) => {
148148
const key = val.key
149149
let { label, title } = val

0 commit comments

Comments
 (0)