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 e2ecf3b commit c62f9a0Copy full SHA for c62f9a0
src/index.js
@@ -58,7 +58,7 @@ function installRouterPrefetch(
58
requestIdleCallback(this.observe, { timeout: this.timeout })
59
}
60
},
61
- beforeDestory() {
+ beforeDestroy() {
62
this.unobserve()
63
64
methods: {
0 commit comments