Paeg、Select add placement
This commit is contained in:
parent
cb6418ac5e
commit
f89dd9c287
5 changed files with 30 additions and 17 deletions
|
@ -1,16 +1,10 @@
|
|||
<template>
|
||||
<div>
|
||||
<Page :total="100" :current="current"></Page>
|
||||
{{ current }}
|
||||
<Button @click="current = 1">set current</Button>
|
||||
<div style="margin: 100px;">
|
||||
<Page :total="100" show-sizer placement="top"></Page>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
current: 2
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue