We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ba221 commit 77c2226Copy full SHA for 77c2226
README.md
@@ -79,7 +79,7 @@ import Charts from 'fusioncharts/fusioncharts.charts';
79
Now, register it as plugin in Vue object
80
81
```js
82
-Vue.use(VueFusionCharts, FusionCharts, Pie2D);
+Vue.use(VueFusionCharts, FusionCharts, Charts);
83
```
84
85
This way is recommended when you want component (`vue-fusioncharts` ) available from everywhere in your app.
0 commit comments