mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 12:14:41 +01:00
fix(Table): select all rows without select listener (#652)
This commit is contained in:
@@ -239,7 +239,8 @@ export default defineComponent({
|
||||
return
|
||||
}
|
||||
|
||||
onSelect(row)
|
||||
// @ts-ignore
|
||||
attrs.onSelect ? attrs.onSelect(row) : selected.value.push(row)
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user