Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating a models collection #118

Open
mrFANRA opened this issue Feb 10, 2022 · 0 comments
Open

Creating a models collection #118

mrFANRA opened this issue Feb 10, 2022 · 0 comments

Comments

@mrFANRA
Copy link

mrFANRA commented Feb 10, 2022

Hi!

Can your please add support array of objects for make function?

const users = store.$repo(User).make([{
  name: 'John Doe',
  age: 30
},{
  name: 'John Walker',
  age: 36
}]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant