This commit is contained in:
梁灏 2018-03-12 16:42:48 +08:00
parent 47dc36c58b
commit a7a7901407
3 changed files with 9 additions and 3 deletions

View file

@ -1,6 +1,6 @@
<template>
<div>
<Page :total="total" show-sizer show-elevator show-total :current.sync="current"></Page>
<Page :total="total" show-sizer show-elevator show-total transfer :current.sync="current"></Page>
{{ current }}
<Button type="primary" @click="subject">- 1</Button>
<Button type="primary" @click="change">Change</Button>