Skip to content

Commit bb2af2c

Browse files
committed
Merge branch 'next' of github.com:vueComponent/ant-design-vue into next
2 parents 641afe1 + 61afa15 commit bb2af2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/select/demo/automatic-tokenization.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default defineComponent({
3939
},
4040
]);
4141
const value = ref<string[]>([]);
42-
const handleChange = (value: string) => {
42+
const handleChange = (value: []) => {
4343
console.log(`selected ${value}`);
4444
};
4545
watch(value, () => {

0 commit comments

Comments
 (0)