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

[TypeScript] [pagination] 2.7.2版本pagination警告label #16809

Closed
qiuhengyu opened this issue May 10, 2024 · 3 comments
Closed

[TypeScript] [pagination] 2.7.2版本pagination警告label #16809

qiuhengyu opened this issue May 10, 2024 · 3 comments

Comments

@qiuhengyu
Copy link

Bug Type: TypeScript

Environment

  • Vue Version: 3.4.21
  • Element Plus Version: 2.7.2
  • Browser / OS: chrome
  • Build Tool: Vite

Reproduction

Related Component

  • el-pagination

Reproduction Link

Element Plus Playground

Steps to reproduce

<template>
     <el-pagination
        @size-change="handleSizeChange"
        @current-change="handleCurrentChange"
        :current-page="pageListObj.pageNumber"
        :page-sizes="pageListObj.pageSizeArr"
        :page-size="pageListObj.pageSize"
        layout="total, sizes, prev, pager, next, jumper"
        :total="pageListObj.total">
    </el-pagination>
</template>

What is Expected?

内部使用了label吗?就一个page组件,页面上没有label

What is actually happening?

index.vue:304 ElementPlusError: [el-input] [API] label is about to be deprecated in version 2.8.0, please use aria-label instead.
For more detail, please visit: https://element-plus.org/en-US/component/input.html

Additional comments

(empty)

@Liao-js
Copy link
Contributor

Liao-js commented May 10, 2024

fixed by #16682

@btea
Copy link
Collaborator

btea commented May 13, 2024

2.7.3 已修复发版。

@btea btea closed this as completed May 13, 2024
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

此 issue 已被自动锁定,因为关闭后没有任何近期活动。如果有相关 bug,请重新创建一个新 issue。

@github-actions github-actions bot locked and limited conversation to collaborators Jun 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants