There was an error while loading. Please reload this page.
1 parent 6997975 commit 3525a18Copy full SHA for 3525a18
README.md
@@ -54,7 +54,8 @@ Array **array_data** serves to output data to the page and `is required to fill`
54
<div id="app">
55
<pagination-page :settings="settings">
56
<div slot="page" slot-scope="item">
57
- {{ Your Data }}
+ <div>{{item.originalEvent.data}}</div>
58
+ <components :is="item.originalEvent.component"></components>
59
</div>
60
</pagination-page>
61
<pagination-control :settings="settings" @callMethod="test" />
0 commit comments