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 51c8df5 commit 5887219Copy full SHA for 5887219
src/index.js
@@ -74,7 +74,7 @@ function installRouterPrefetch(
74
},
75
getComponents() {
76
return this.$router.getMatchedComponents(this.to).filter(Component => {
77
- return typeof Component === 'function'
+ return Component.cid === undefined && typeof Component === 'function'
78
})
79
80
linkPrefetch() {
0 commit comments