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