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 a6f466c commit 51666aeCopy full SHA for 51666ae
src/components/view.js
@@ -61,7 +61,7 @@ export default {
61
}
62
63
64
- // also regiseter instance in prepatch hook
+ // also register instance in prepatch hook
65
// in case the same component instance is reused across different routes
66
;(data.hook || (data.hook = {})).prepatch = (_, vnode) => {
67
matched.instances[name] = vnode.componentInstance
0 commit comments