Skip to content

Commit 77c2226

Browse files
rohanoid5ashok1994
authored andcommitted
Fixed typo in Chart Dependency (#45)
1 parent 83ba221 commit 77c2226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ import Charts from 'fusioncharts/fusioncharts.charts';
7979
Now, register it as plugin in Vue object
8080

8181
```js
82-
Vue.use(VueFusionCharts, FusionCharts, Pie2D);
82+
Vue.use(VueFusionCharts, FusionCharts, Charts);
8383
```
8484

8585
This way is recommended when you want component (`vue-fusioncharts` ) available from everywhere in your app.

0 commit comments

Comments
 (0)