Skip to content

Commit 3525a18

Browse files
author
grinmaxsite@yandex.ru
committed
fix Readme
1 parent 6997975 commit 3525a18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ Array **array_data** serves to output data to the page and `is required to fill`
5454
<div id="app">
5555
<pagination-page :settings="settings">
5656
<div slot="page" slot-scope="item">
57-
{{ Your Data }}
57+
<div>{{item.originalEvent.data}}</div>
58+
<components :is="item.originalEvent.component"></components>
5859
</div>
5960
</pagination-page>
6061
<pagination-control :settings="settings" @callMethod="test" />

0 commit comments

Comments
 (0)