From: Evan You Date: Tue, 5 Sep 2023 07:24:10 +0000 (+0800) Subject: chore: format X-Git-Tag: v3.3.5~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5479d1e5bba66010d9d9253ab3119cef8f051705;p=thirdparty%2Fvuejs%2Fcore.git chore: format --- diff --git a/packages/runtime-core/src/hydration.ts b/packages/runtime-core/src/hydration.ts index 963038e3f9..89a0088633 100644 --- a/packages/runtime-core/src/hydration.ts +++ b/packages/runtime-core/src/hydration.ts @@ -134,7 +134,9 @@ export function createHydrationFunctions( __DEV__ && warn( `Hydration text mismatch:` + - `\n- Server rendered: ${JSON.stringify((node as Text).data)}` + + `\n- Server rendered: ${JSON.stringify( + (node as Text).data + )}` + `\n- Client rendered: ${JSON.stringify(vnode.children)}` ) ;(node as Text).data = vnode.children as string