Closed jawahars16 closed 5 years ago
Thank you so much 👍
BTW: What do you think? Should we move to Nuxt.js?
Yes Nuxt.js would be a good option. 👍
Already switched thanks to another contribution :-)
@all-contributors please add @jawahars16 for code
@JohannesLichtenberger
I've put up a pull request to add @jawahars16! :tada:
Instead of having the data fetching logic directly in the component, it is always better to move that logic to service class and pass it through dependency injection. Following changes were made in this commit.