Tim

Results 2 issues of Tim

When trying to use this component with vue 2.5.1 I get the following error: ` You are using the runtime-only build of Vue where the template compiler is not available....

Adding items to the `elements` array successfully creates them within the cytoscape instance: ``` this.elements.push({ data: { id: event.timeStamp, }, position: { x: event.position.x, y: event.position.y } }) ``` But...