This website requires JavaScript.
Explore
关于
Help
Register
Sign In
github
/
ant-design-vue
mirror of
https://github.com/vueComponent/ant-design-vue
Watch
1
Star
0
Fork
You've already forked ant-design-vue
0
Code
Issues
Projects
Releases
Wiki
Activity
89bd5afa6e
ant-design-vue
/
components
/
pagination
/
demo
/
simple.md
180 B
Raw
Blame
History
#### 简洁 简单的翻页。 #### Simple mode Simple mode.
<
template
>
<
a-pagination
simple
:defaultCurrent
=
"2"
:total
=
"50"
/>
</
template
>