mirror of https://github.com/vuejs/core.git
chore: format
This commit is contained in:
parent
5c137c9c8f
commit
5479d1e5bb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue