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

[Component] [table] The 'showAfter' option is invalid when passing it to the tooltip-options of the table component. #12671

Closed
lcnsf18 opened this issue Apr 30, 2023 · 3 comments

Comments

@lcnsf18
Copy link

lcnsf18 commented Apr 30, 2023

Bug Type: Component

Environment

  • Vue Version: 3.2.47
  • Element Plus Version: 2.3.4
  • Browser / OS: Chrome 112.0.5615.138/Windows10
  • Build Tool: Vite

Reproduction

Related Component

  • el-table

Reproduction Link

Element Plus Playground

Steps to reproduce

<script lang="ts" setup> import { reactive } from 'vue' const tooltipOptions = reactive({ showAfter: 1000 }) const tableData = [ { date: '2016-05-03', name: 'Tom', address: 'No. 189, Grove St, Los Angeles', }, { date: '2016-05-02', name: 'Tom', address: 'No. 189, Grove St, Los Angeles', }, { date: '2016-05-04', name: 'Tom', address: 'No. 189, Grove St, Los Angeles', }, { date: '2016-05-01', name: 'Tom', address: 'No. 189, Grove St, Los Angeles', }, ] </script>

What is Expected?

Display prompt after 1 second

What is actually happening?

Display immediately in real time

Additional comments

(empty)

@yj-liuzepeng
Copy link
Contributor

#12564 This issue is a duplicate

@btea
Copy link
Collaborator

btea commented May 2, 2023

Duplicate of #12564

@btea btea marked this as a duplicate of #12564 May 2, 2023
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 2, 2023
@github-actions
Copy link

github-actions bot commented Jun 1, 2023

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 1, 2023
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