Custom events in Vue with $emit and Responsive Image goodness
Vue provides great functionality when creating components. One great thing isĀ $emit. You can not only trigger a custom event but you can also send data through it. This article discusses the use of $emit with the implementation of responsive-image, the result will be similar to…
Continue reading...