Skip to content

Commit ffe85ff

Browse files
authored
Add infos
1 parent 2337d8a commit ffe85ff

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
@@ -47,7 +47,7 @@ In your Vue.js components, to create a new grid, simply use:
4747
});
4848
```
4949

50-
That grid is accessible across all components by using the new global vue property: `$colcade`. So you can create as many grids as you want, referencing them by their `name`. Every future modifications thanks to vue-colcade must referred the `name` of the instance in order to affect it. If I create an instance with `myGridName` as name, I can update it with the following method: `this.$colcade.update('myGridName')`.
50+
That grid is accessible across all components by using the new global vue property: `$colcade`. So you can create as many grids as you want, referencing them by their `name`. Every future modifications thanks to vue-colcade must referred the `name` of the instance in order to affect it. As an exemple, if you create an instance with `myGridName` as name, you can update it with the following method: `this.$colcade.update('myGridName')`.
5151

5252
### Methods
5353

0 commit comments

Comments
 (0)