Render Material Design Lite (MDL) elements in Vue.js
Hello all,
Making Material Design Lite (MDL) work with Vue.js is fairly easy.
After adding MDL javascript, the CSS framework parse the DOM in order to enable events listeners required to provide certain behaviors (example: input validations). Since our Vue components are added after MDL has scanned the DOM, we should re-run a scan on each element we are adding asynchronously.