Hi there,
I cannot seem to get vue2vis to work in vue3. I did a simple implementation and seems to crash at:
var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{ref:"visualization"})}
Neither _self or $createElement is available.
Could you perhaps assist?
Thanks,
Wzz