update dropdown
This commit is contained in:
parent
10d29acb97
commit
347815f7a3
2 changed files with 31 additions and 0 deletions
|
@ -5,6 +5,36 @@
|
|||
<Button type="primary" @click="subject">- 1</Button>
|
||||
<Button type="primary" @click="change">Change</Button>
|
||||
<Page :current="2" :total="50" simple></Page>
|
||||
<div style="margin:20px 0px">
|
||||
<Page :total="total" show-sizer show-elevator show-total transfer :current.sync="current"></Page>
|
||||
</div>
|
||||
<div style="margin:20px 0px">
|
||||
<Page :total="total" show-sizer show-elevator show-total transfer :current.sync="current"></Page>
|
||||
</div>
|
||||
<div style="margin:20px 0px">
|
||||
<Page :total="total" show-sizer show-elevator show-total transfer :current.sync="current"></Page>
|
||||
</div>
|
||||
<div style="margin:20px 0px">
|
||||
<Page :total="total" show-sizer show-elevator show-total transfer :current.sync="current"></Page>
|
||||
</div>
|
||||
<div style="margin:20px 0px">
|
||||
<Page :total="total" show-sizer show-elevator show-total transfer :current.sync="current"></Page>
|
||||
</div>
|
||||
<div style="margin:20px 0px">
|
||||
<Page :total="total" show-sizer show-elevator show-total transfer :current.sync="current"></Page>
|
||||
</div>
|
||||
<div style="margin:20px 0px">
|
||||
<Page :total="total" show-sizer show-elevator show-total transfer :current.sync="current"></Page>
|
||||
</div>
|
||||
<div style="margin:20px 0px">
|
||||
<Page :total="total" show-sizer show-elevator show-total transfer :current.sync="current"></Page>
|
||||
</div>
|
||||
<div style="margin:20px 0px">
|
||||
<Page :total="total" show-sizer show-elevator show-total transfer :current.sync="current"></Page>
|
||||
</div>
|
||||
<div style="margin:20px 0px">
|
||||
<Page :total="total" show-sizer show-elevator show-total transfer :current.sync="current"></Page>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue