How to extend VueJS router-link
I couldn't find that info over the internet, so here is how you can create a vue component that extends the router-link component of vue-router : < »
Output HTML from VueJS filter
Just a quick post to show you how to output HTML out of a filter in VueJS. Normally you would do something like this : <div »
Simple events bus in VueJS
I've been using a global events bus in my web applications for years now and I love this patern. It's a quick (and non intrusive) way »
VueJS : passing DOM element to component props
Just a quick exemple on how to pass a DOM elements into properties of a VueJS component (because I couldn't find that info anywhere apparently !) : export »