We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 641afe1 + 61afa15 commit bb2af2cCopy full SHA for bb2af2c
components/select/demo/automatic-tokenization.vue
@@ -39,7 +39,7 @@ export default defineComponent({
39
},
40
]);
41
const value = ref<string[]>([]);
42
- const handleChange = (value: string) => {
+ const handleChange = (value: []) => {
43
console.log(`selected ${value}`);
44
};
45
watch(value, () => {
0 commit comments