Currently, I am in the process of developing a web application using VueJs and am in need of a CSS framework to aid in designing without starting from scratch!
After some research, I came across material-design-lite (www.getmdl.io) but unfortunately faced issues getting it to function properly with vue-router.
Although my initial page displays correctly, upon attempting to navigate to another page, I encountered this error :
vue.esm.js?65d7:467 DOMException: Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.
I suspected that the problem stemmed from the "Use MDL on dynamic websites" section in the documentation (), however, I was unable to pinpoint the issue and resolve it.
Despite my efforts, I struggled to come across examples or resources demonstrating how to successfully integrate mdl with vuejs.
If anyone has insight on how to make mdl compatible with vuejs, your guidance would be greatly appreciated!
Thank you, Jules.