Merge branch 'next' of github.com:vueComponent/ant-design-vue into next
commit
bb2af2c730
|
@ -39,7 +39,7 @@ export default defineComponent({
|
|||
},
|
||||
]);
|
||||
const value = ref<string[]>([]);
|
||||
const handleChange = (value: string) => {
|
||||
const handleChange = (value: []) => {
|
||||
console.log(`selected ${value}`);
|
||||
};
|
||||
watch(value, () => {
|
||||
|
|
Loading…
Reference in New Issue