Skip to content

Commit dcc517a

Browse files
jonasjabarigitbook-bot
authored andcommitted
GitBook: [main] 3 pages modified
1 parent 71367e5 commit dcc517a

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

docs/api/components/smart_collection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,3 +277,4 @@ def product_delete_action_config product
277277
}
278278
end
279279
```
280+

docs/api/form/input.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,4 @@ bs_form_input variant: :lg, form_text: "just some notes", key: :some_single_file
8989
```ruby
9090
bs_form_input placeholder: "Select a file", browse_button_text: "Click", key: :some_multi_file_input, type: :file, multiple: true
9191
```
92+

docs/integrations/chartjs.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,13 @@ end
4848

4949
## Vue.js component
5050

51-
**Do not forget to require chart.js in your package.json** **Do not forget to import the following file into you application pack**
51+
If not already installed, do:
52+
53+
```ruby
54+
yarn add chart.js
55+
```
56+
57+
**Do not forget to import the following file into you application pack**
5258

5359
```javascript
5460
import Chart from 'chart.js';

0 commit comments

Comments
 (0)