3 articles with tag 'props'
Lazy loading an image
Lazy loading your images greatly improves the performance of your web app. In this article i will show how easy it is to make it work in Vue.
How to emit an event to a child component in Vue.js
How to make a Vue component and its child components interact using events and props.
Building a mobile navigation drawer with Vue.js
Building a mobile navigation drawer with Vue props, events and some SCSS.