-
Notifications
You must be signed in to change notification settings - Fork 60
Closed
Labels
Description
Upon updating to 0.0.17 (the release from 2 days ago) I can no longer import the vue2vis library.
I get this:
This dependency was not found:
vue2vis in ./src/main.js
To install it, you can run: npm install --save vue2vis
I think the way to use the component changed to:
Vue.component('timeline', vue2vis.Timeline);
when before I was including the components like this:
import { Timeline, DataSet } from 'vue2vis';
@alexcode could you explain if the include process has changed with the updates?
vbabaria