Skip to content

Commit 28c208d

Browse files
jonasjabarigitbook-bot
authored andcommitted
GitBook: [main] one page modified
1 parent dcc517a commit 28c208d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/integrations/chartjs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ class Components::ChartJs < Matestack::Ui::VueJsComponent
4444
end
4545
```
4646

47-
`app/matestack/components/chart_js.js`
48-
4947
## Vue.js component
5048

5149
If not already installed, do:
@@ -56,6 +54,8 @@ yarn add chart.js
5654

5755
**Do not forget to import the following file into you application pack**
5856

57+
`app/matestack/components/chart_js.js`
58+
5959
```javascript
6060
import Chart from 'chart.js';
6161
import Vue from 'vue/dist/vue.esm'

0 commit comments

Comments
 (0)