Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 task
liuyan68 opened this issue Apr 30, 2024 · 5 comments
Open
1 task

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

liuyan68 opened this issue Apr 30, 2024 · 5 comments

Comments

@liuyan68
Copy link

  • 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
Copy link
Author

Snipaste_2024-04-30_19-41-51

@bsuooo
Copy link
Contributor

bsuooo commented Apr 30, 2024

官网的demo没有问题呀~
image

@cc-hearts
Copy link
Contributor

能给一下复现的代码吗?

@liuyan68
Copy link
Author

liuyan68 commented May 2, 2024

能给一下复现的代码吗?

image

@cc-hearts
Copy link
Contributor

<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>

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants