]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(runtime-core): use same internal object mechanism for slots
authorEvan You <yyx990803@gmail.com>
Tue, 16 Apr 2024 14:47:24 +0000 (22:47 +0800)
committerEvan You <yyx990803@gmail.com>
Tue, 16 Apr 2024 14:47:24 +0000 (22:47 +0800)
commit6df53d85a207986128159d88565e6e7045db2add
tree9ae2f9b6cdbd7cc607cd10af552e3bb2e84ef900
parent6930e60787e4905a50417190263ae7dd46cf5409
fix(runtime-core): use same internal object mechanism for slots

close #10709
packages/runtime-core/src/componentProps.ts
packages/runtime-core/src/componentSlots.ts
packages/runtime-core/src/internalObject.ts [new file with mode: 0644]
packages/runtime-core/src/vnode.ts