ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

分页改变每页显示条目数。不显示

Open liuyan68 opened this issue 1 year ago • 5 comments
trafficstars

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

Version

4.2.1

Environment

vue3 vite

Reproduction link

https://antdv.com/components/pagination-cn

Steps to reproduce

分页改变每页显示条目数。不显示

What is expected?

分页改变每页显示条目数。不显示

What is actually happening?

分页改变每页显示条目数。不显示

liuyan68 avatar Apr 30 '24 11:04 liuyan68

Snipaste_2024-04-30_19-41-51

liuyan68 avatar Apr 30 '24 11:04 liuyan68

官网的demo没有问题呀~ image

ryne6 avatar Apr 30 '24 14:04 ryne6

能给一下复现的代码吗?

cc-hearts avatar May 01 '24 08:05 cc-hearts

能给一下复现的代码吗?

image

liuyan68 avatar May 02 '24 06:05 liuyan68

<template>
  <div style="width:100%;height:100%">
    <a-pagination v-model:current="current1" show-quick-jumper :total="500" />
  </div>
</template>
<script lang="ts" setup>
import { ref } from 'vue';
const current1 = ref(1)
</script>

无法复现你的问题,能在基础上再添加一些信息吗?

cc-hearts avatar May 06 '24 15:05 cc-hearts

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days

github-actions[bot] avatar Jul 06 '24 02:07 github-actions[bot]