element-plus / element-plus

🎉 A Vue.js 3 UI Library made by Element team

Home Page:https://element-plus.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Component] [scrollbar] el-scrollbar内的组件不会触发Vue的生命周期钩子onBeforeUpdate和onUpdated

a-silent-guy opened this issue · comments

Bug Type: Component

Environment

  • Vue Version: 3.4.27
  • Element Plus Version: 2.7.2
  • Browser / OS: Chrome/124.0.6367.60
  • Build Tool: Vite

Reproduction

Related Component

  • el-scrollbar

Reproduction Link

Element Plus Playground

Steps to reproduce

点击按钮页面count会变化,但不会触发onBeforeUpdate和onUpdated钩子

What is Expected?

正确触发Vue的钩子

What is actually happening?

没有触发更新的钩子

Additional comments

(empty)