Fixed error code

pull/4235/head
Limichange 2017-04-10 09:13:13 +08:00 committed by 杨奕
parent 6ddcb17274
commit afeeadbdb3
1 changed files with 4 additions and 5 deletions

View File

@ -15,11 +15,10 @@ If you have too much data to display in one page, use pagination.
</div>
<div class="block">
<span class="demonstration">When you have more than 7 pages</span>
<el-pagination
layout="prev, pager, next"
:total="1000">
</el-pagination>
</div>
<el-pagination
layout="prev, pager, next"
:total="1000">
</el-pagination>
</div>
```
:::