In my Vue.js application, I am utilizing a d3.js plugin to generate a intricate visualization. I am interested in implementing a customized vue directive to the components that were incorporated by the d3 plugin.
It seems that the $compile feature, which was phased out in vue2, is exactly what I need.
Is there a way for me to dynamically transform the elements in the dom into vue components?