mirror of https://github.com/ElemeFE/element
Fixed error code
parent
6ddcb17274
commit
afeeadbdb3
|
@ -15,11 +15,10 @@ If you have too much data to display in one page, use pagination.
|
||||||
</div>
|
</div>
|
||||||
<div class="block">
|
<div class="block">
|
||||||
<span class="demonstration">When you have more than 7 pages</span>
|
<span class="demonstration">When you have more than 7 pages</span>
|
||||||
<el-pagination
|
<el-pagination
|
||||||
layout="prev, pager, next"
|
layout="prev, pager, next"
|
||||||
:total="1000">
|
:total="1000">
|
||||||
</el-pagination>
|
</el-pagination>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
```
|
```
|
||||||
:::
|
:::
|
||||||
|
|
Loading…
Reference in New Issue