Advanced Vue.js: demystify mixins and custom directives
This tutorial looks at some of the advanced features of Vue.js: mixing and custom directives. It provides a conceptual overview and code samples, to allow you to try out the functionality. Learn how mixins allow you to share functionality between components and use custom directives to hook into the DOM.
Follow tutorial