support Page
support Page
This commit is contained in:
parent
4aec6a66bb
commit
87c515977f
8 changed files with 71 additions and 40 deletions
|
@ -1,9 +1,11 @@
|
|||
<template>
|
||||
<Page :total="1000" show-sizer show-elevator show-total class="classr" :style="{float: 'right'}" @on-page-size-change="pc"></Page>
|
||||
<br><br>
|
||||
<Page :total="1000" show-sizer show-elevator show-total size="small" class="classr2"></Page>
|
||||
<br><br>
|
||||
<Page :current="2" :total="50" simple></Page>
|
||||
<div>
|
||||
<Page :total="1000" show-sizer show-elevator show-total class="classr" :style="{float: 'right'}" @on-page-size-change="pc"></Page>
|
||||
<br><br>
|
||||
<Page :total="1000" show-sizer show-elevator show-total size="small" class="classr2"></Page>
|
||||
<br><br>
|
||||
<Page :current="2" :total="50" simple></Page>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { Page } from 'iview';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue