mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-22 15:15:34 +00:00
Archive filtering and bulk action button
This commit is contained in:
@@ -21,6 +21,9 @@ new Server({
|
||||
},
|
||||
sentDate(){
|
||||
return faker.date.recent(20)
|
||||
},
|
||||
archived(i){
|
||||
return i % 2 == 0;
|
||||
}
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user