Skip to content
This repository was archived by the owner on Oct 24, 2019. It is now read-only.

Commit 741dc21

Browse files
author
한정
authored
Update README.md
1 parent 0c2ce75 commit 741dc21

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
@@ -194,7 +194,7 @@ For more information such as the parameters of each event, see [event of tui.gri
194194
For use method, first you need to assign `ref` attribute of element like this:
195195

196196
```html
197-
<grid ref="tuiGrid" :rowData="rows" :columnData="columns"/>
197+
<grid ref="tuiGrid" :data="rows" :columns="columns"/>
198198
```
199199

200200
After then you can use methods through `this.$refs`. We provide `getRootElement` and `invoke` methods.

0 commit comments

Comments
 (0)