update Page style

This commit is contained in:
Aresn 2017-06-30 16:51:28 +08:00
parent f7a436c06f
commit e61c092eac
2 changed files with 8 additions and 3 deletions

View file

@ -1,10 +1,14 @@
<template>
<div style="margin: 100px;">
<Page :total="100" show-sizer placement="top"></Page>
<Page :total="100" :current="val" show-sizer placement="top"></Page>
</div>
</template>
<script>
export default {
data () {
return {
val: 2
}
}
}
</script>