add Page UI

add Page UI
This commit is contained in:
梁灏 2016-09-23 10:57:56 +08:00
parent f30c267565
commit 93064e3b74
8 changed files with 284 additions and 27 deletions

View file

@ -2,9 +2,6 @@
body{
padding: 100px;
}
.ivu-page-item-active{
color: #f60;
}
</style>
<template>
<Page :current="1" :total="total" show-sizer show-total show-elevator :page-size="10" simple @on-change="setPage"></Page>