]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(runtime-core): cache props default values to avoid unnecessary watcher trigger...
authorHcySunYang <HcySunYang@outlook.com>
Thu, 25 Mar 2021 21:26:58 +0000 (05:26 +0800)
committerGitHub <noreply@github.com>
Thu, 25 Mar 2021 21:26:58 +0000 (17:26 -0400)
commit44166b43d9be1062f79612880f71284049bcab0b
tree0fefd045a17c8a5b53bd461a75cc0275c411b2b7
parentebedcccdc04d8cda40f7a3b69354acfdda265c74
fix(runtime-core): cache props default values to avoid unnecessary watcher trigger (#3474)

fix #3471
packages/runtime-core/__tests__/componentProps.spec.ts
packages/runtime-core/src/component.ts
packages/runtime-core/src/componentProps.ts