update Page component
change Page select size in mini type
This commit is contained in:
parent
b7cf983e43
commit
6932b4d73c
6 changed files with 16 additions and 6 deletions
|
@ -2,7 +2,9 @@
|
|||
|
||||
</style>
|
||||
<template>
|
||||
<Page :total="100" show-sizer></Page>
|
||||
<Page :total="40" size="small"></Page>
|
||||
<Page :total="40" size="small" show-elevator show-sizer></Page>
|
||||
<Page :total="40" size="small" show-total></Page>
|
||||
</template>
|
||||
<script>
|
||||
import { Modal, Button, Message, Page } from 'iview';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<!--<br><br><br><br><br><br><br><br><br><br><br>-->
|
||||
<br><br><br><br><br><br><br><br><br><br><br>
|
||||
{{ city | json }}<br>
|
||||
<Button @click="city = 'hangzhou'">切换城市</Button>
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue