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

pull/4861/head
tangjinzhou 3 years ago
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…
Cancel
Save