feat: show select all

pull/12/head
xingyu 2023-05-15 17:10:53 +08:00
parent 875bdf4c67
commit e405733429
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ const props = defineProps({
type: Function as PropType<(inputValue: string, item: TransferItem) => boolean>
},
selectedKeys: { type: Array as PropType<Array<string>> },
showSelectAll: { type: Boolean, default: false },
showSelectAll: { type: Boolean, default: true },
targetKeys: { type: Array as PropType<Array<string>> }
})
const emit = defineEmits(['options-change', 'change'])