Submitted over 1 year ago
Job-listing by Vue.js(CLI) - great practice for emits
@nicodefun
Design comparison
SolutionDesign
Solution retrospective
Hello my friends, I'm Yonnie, this is my solution for the Job listings with filtering -
- I learned how to use emits in Vue CLI logically, pass more than one arguments into $emit()
- This is also a great practice to use Vue.js making all the elements dynamic and also divide code into components
It's not mobile friendly so far, i would update it in the future -
Good to know -
- when 'src' of image tag in vue CLI is not dynamically as you may think, you need to put your path into require function --->
srcFormed(item) {
return require(../assets${item.logo}
);
},
Follow me in my journey to finish all fun challenges to explore solutions **I'll be happy to hear any feedback and advice! :) **
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord