Tag add type props,and optimize style

Tag add type props,and optimize style
This commit is contained in:
梁灏 2016-11-02 17:41:16 +08:00
parent a901da64ed
commit 382c000c8f
8 changed files with 146 additions and 17 deletions

View file

@ -5,6 +5,7 @@
<Page :total="40" size="small"></Page>
<Page :total="40" size="small" show-elevator show-sizer></Page>
<Page :total="40" size="small" show-total></Page>
<Page :total="100" show-sizer :page-size="5" :page-size-opts="[5,10,15,20]"></Page>
</template>
<script>
import { Modal, Button, Message, Page } from 'iview';