Skip to content

Commit d99c785

Browse files
committed
fix(custom-element): component styles are not merged with 2nd argument styles
1 parent 079bf14 commit d99c785

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/runtime-dom/src/apiCustomElement.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ export class VueElement
597597
_extraStyles && fullStyles.push(..._extraStyles)
598598
if (!fullStyles.length) return
599599

600-
if (!fullStyles) return
601600
if (owner) {
602601
if (owner === this._def || this._styleChildren.has(owner)) {
603602
return

0 commit comments

Comments
 (0)