]> git.ipfire.org Git - thirdparty/vuejs/core.git/commit
fix(custom-element): avoid setting attr to null if it is removed (#9012)
authoredison <daiwei521@126.com>
Sat, 16 Mar 2024 08:28:03 +0000 (16:28 +0800)
committerGitHub <noreply@github.com>
Sat, 16 Mar 2024 08:28:03 +0000 (16:28 +0800)
commitb49306adff4572d90a42ccd231387f16eb966bbe
tree63277f30159a110f4fb9e2115fd0b9e93e437280
parentcde47bfa97833b71d22b19bf10f3389657070837
fix(custom-element): avoid setting attr to null if it is removed (#9012)

Partially fixes #9006
Fixes #10324
packages/runtime-dom/__tests__/customElement.spec.ts
packages/runtime-dom/src/apiCustomElement.ts