Skip to content

Commit 51666ae

Browse files
Rob--posva
authored andcommitted
Update view.js - fixed typo (#1589)
1 parent a6f466c commit 51666ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/view.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export default {
6161
}
6262
}
6363

64-
// also regiseter instance in prepatch hook
64+
// also register instance in prepatch hook
6565
// in case the same component instance is reused across different routes
6666
;(data.hook || (data.hook = {})).prepatch = (_, vnode) => {
6767
matched.instances[name] = vnode.componentInstance

0 commit comments

Comments
 (0)