Skip to content

Commit c62f9a0

Browse files
authored
fix: beforeDestroy (typo) (#34)
1 parent e2ecf3b commit c62f9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function installRouterPrefetch(
5858
requestIdleCallback(this.observe, { timeout: this.timeout })
5959
}
6060
},
61-
beforeDestory() {
61+
beforeDestroy() {
6262
this.unobserve()
6363
},
6464
methods: {

0 commit comments

Comments
 (0)