Page add disabled prop
This commit is contained in:
parent
53f950ab96
commit
4e32dc403f
4 changed files with 59 additions and 6 deletions
|
@ -7,10 +7,11 @@
|
|||
<Page :current="2" :total="50" simple></Page>
|
||||
|
||||
<div style="margin:10px 0px">
|
||||
<Page :total="1000" show-sizer show-elevator show-total :current="12"></Page>
|
||||
<Page :total="1000" show-sizer show-elevator show-total :current="12"></Page>
|
||||
</div>
|
||||
<div style="margin:10px 0px">
|
||||
<Page :total="1000" show-sizer show-elevator show-total :current="12"></Page>
|
||||
<Page disabled :total="1000" show-sizer show-elevator show-total :current="12"></Page>
|
||||
<Page :current="2" :total="50" simple disabled />
|
||||
</div>
|
||||
<div style="margin:100px 0px">
|
||||
<Page :total="500" show-sizer show-elevator show-total ></Page>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue