mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-23 07:31:26 +00:00
Select multiple emails using checkboxes
This commit is contained in:
@@ -7,6 +7,9 @@ new Server({
|
||||
},
|
||||
factories: {
|
||||
email: Factory.extend({
|
||||
id(i) {
|
||||
return i;
|
||||
},
|
||||
from(){
|
||||
return faker.internet.email()
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user