We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f541097 commit f25482dCopy full SHA for f25482d
src/core/vdom/patch.js
@@ -332,7 +332,7 @@ export function createPatchFunction (backend) {
332
// reuse element for static trees.
333
// note we only do this if the vnode is cloned -
334
// if the new node is not cloned it means the render functions have been
335
- // reset by the hot-reload-api and we need to a proper re-render.
+ // reset by the hot-reload-api and we need to do a proper re-render.
336
if (vnode.isStatic &&
337
oldVnode.isStatic &&
338
vnode.key === oldVnode.key &&
0 commit comments