Merge branch 'next' of github.com:vueComponent/ant-design-vue into next

pull/4861/head
tangjinzhou 2021-11-05 09:19:31 +08:00
commit bb2af2c730
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export default defineComponent({
}, },
]); ]);
const value = ref<string[]>([]); const value = ref<string[]>([]);
const handleChange = (value: string) => { const handleChange = (value: []) => {
console.log(`selected ${value}`); console.log(`selected ${value}`);
}; };
watch(value, () => { watch(value, () => {