Open OctaneInteractive opened 4 years ago
I had a similar issue - I was able to sort it out by upgrading Vue to version 2.6.10 or higher
I've seen similar problems related to import Vue from 'vue'
before. The error is caused by creating a duplicate global Vue instance. I don't exactly know why it happens, but removing that import solves it when it does pop up.
Hi!
I'm attempting to migrate from the regular version of Cytoscape to VueCytoscape 1.0.6, but I'm having a few problems.
In "main.js" I have:
I've had that code in the target component itself, but the errors are the same regardless, and here is an abridged version of those errors:
The code is:
I've tried the "config.elements" data in the CodeSandbox example, and the entire example itself, but the errors are the same regardless.
VueCytoscape won't work in development.