update Page component

change Page select size in mini type
This commit is contained in:
梁灏 2016-10-25 09:10:02 +08:00
parent b7cf983e43
commit 6932b4d73c
6 changed files with 16 additions and 6 deletions

View file

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

View file

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