mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-23 23:51:25 +00:00
Fix bug in allAreSelected
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
return emailSelection.emails.size;
|
return emailSelection.emails.size;
|
||||||
})
|
})
|
||||||
let allAreSelected = computed(() => {
|
let allAreSelected = computed(() => {
|
||||||
return emails.length == numberSelected;
|
return emails.length == numberSelected.value;
|
||||||
})
|
})
|
||||||
|
|
||||||
let bulkSelect = function(){
|
let bulkSelect = function(){
|
||||||
|
|||||||
Reference in New Issue
Block a user