Skip to content
This repository was archived by the owner on Jun 10, 2021. It is now read-only.

Commit 6e2c2f9

Browse files
authored
Fixed typo
1 parent d5cb47c commit 6e2c2f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ $ npm install vue-datasource
1818
language="en"
1919
:table-data="information.data"
2020
:columns="columns"
21-
:pagination="users.pagination"
21+
:pagination="information.pagination"
2222
:actions="actions"
2323
v-on:change="changePage"
2424
v-on:searching="onSearch"></datasource>

0 commit comments

Comments
 (0)