Page add disabled prop

This commit is contained in:
梁灏 2019-09-04 17:44:31 +08:00
parent 53f950ab96
commit 4e32dc403f
4 changed files with 59 additions and 6 deletions

View file

@ -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>