Skip to content

[Bug Report]Ellipsis组件 on-hide 回调无效 #393

Open
@axu08

Description

@axu08

Environment

win11/Google Chrome127.0.6533.100

Reproduction link

https://run.iviewui.com/

Steps to reproduce

https://www.iviewui.com/view-ui-plus/component/layout/ellipsis 点击 “在 Playground 中打开” 输入以下代码:

<p class="ivu-m"><strong>显示 Tooltip</strong></p>

<Ellipsis :text="text" :length="100" tooltip />
<script> export default { data () { return { text: '史蒂夫·乔布斯(英语:Steve Jobs),是一名美国企业家、营销家和发明家,苹果公司的联合创始人之一,曾任董事长及首席执行官职位,NeXT创办人及首席执行官,也是皮克斯动画的创办人并曾任首席执行官,2006年为华特迪士尼公司的董事会成员。2017年9月苹果发布会举行的地方,以他命名为 Steve Jobs Theater 。' } } } </script>

What is expected?

触on-hide发事件

What is actually happening?

触on-show发事件

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions