ant-design-vue/components/pagination/demo/simple.md

180 B

#### ็ฎ€ๆด ็ฎ€ๅ•็š„็ฟป้กตใ€‚ #### Simple mode Simple mode.
<template>
  <a-pagination simple :defaultCurrent="2" :total="50" />
</template>