Skip to content

Commit 77faa9a

Browse files
author
grinmaxsite@yandex.ru
committed
Vue-smart-pagination demo-version
1 parent c12eea4 commit 77faa9a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@ To display simple data, use `<div>`, and for components use `<component>`.
104104

105105
**Example:**
106106
```
107+
import testComponent from 'testComponent'
108+
109+
export default {
110+
components: {
111+
testComponent
112+
}
113+
}
114+
```
115+
```
107116
arrayData: [
108117
{
109118
data: 'apple',
@@ -184,7 +193,7 @@ Vue-smart-pagination has been successfully tested in browsers such as:
184193
* Safari (11.1)
185194
* Opera (52.0)
186195
* Firefox (59.0.2)
187-
* Edge (38.14393.0.0)
196+
* Edge (16)
188197

189198
## Developers License
190199
Private Enterprise "WebFriends". 2018

0 commit comments

Comments
 (0)