-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue3 - Cannot read property '_c' of undefined #67
Labels
needs repro
Reproduction steps needed
Comments
Here is a codesandbox link which reproduces this issue with graph2d. Note that vue version in the sandbox is 3.2.6. |
example for vue 3:
|
minimum for typescript and vue 3:
|
Sorry for the very late reply. @shambu2k you are using the vue2 version of vue2vis. You must migrate to the new package of the repo by modifying the imports to:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: