This commit is contained in:
梁灏 2017-11-07 17:07:03 +08:00
parent 8869b70d0b
commit 6d2b7bcbc9
2 changed files with 4 additions and 3 deletions

View file

@ -4,6 +4,7 @@
{{ current }}
<Button type="primary" @click="subject">- 1</Button>
<Button type="primary" @click="change">Change</Button>
<Page :current="2" :total="50" simple></Page>
</div>
</template>
<script>