We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
move api call from app.vue => card-container.vue.
inside this component i can fetch the api inside the mounted() lifecycle hook and create as many cards as i need.
also i can add pagination to this component so i can display multiple cards on several pages.
The text was updated successfully, but these errors were encountered:
JustMysto
No branches or pull requests
move api call from app.vue => card-container.vue.
inside this component i can fetch the api inside the mounted() lifecycle hook and create as many cards as i need.
also i can add pagination to this component so i can display multiple cards on several pages.
The text was updated successfully, but these errors were encountered: