Skip to content

Commit c3321f0

Browse files
committed
chore: imporve code
1 parent dfe7a2e commit c3321f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-dom/src/apiCustomElement.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export function defineCustomElement(
173173
/*! #__NO_SIDE_EFFECTS__ */
174174
export const defineSSRCustomElement = ((options: any) => {
175175
// @ts-ignore
176-
return defineCustomElement(options, { hydrate })
176+
return defineCustomElement(options, hydrate)
177177
}) as typeof defineCustomElement
178178

179179
const BaseClass = (

0 commit comments

Comments
 (0)