vueComponent / ant-design-vue

🌈 An enterprise-class UI components based on Ant Design and Vue. 🐜
https://antdv.com/
Other
20.14k stars 3.78k forks source link

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

Closed liuyan68 closed 2 months ago

liuyan68 commented 5 months ago

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 commented 5 months ago

Snipaste_2024-04-30_19-41-51

bsuooo commented 5 months ago

官网的demo没有问题呀~

image
cc-hearts commented 5 months ago

能给一下复现的代码吗?

liuyan68 commented 5 months ago

能给一下复现的代码吗?

image

cc-hearts commented 4 months ago
<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>

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

github-actions[bot] commented 2 months ago

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