You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a clean vue cli project with Typescript & Vue class component.
It seems to have an issue with booting the plugin right when you start the app. (see error below)
vue.runtime.esm.js?2b0e:5148 Uncaught TypeError: Cannot read property '_init' of undefined at Catalogue (vue.runtime.esm.js?2b0e:5148) at VueComponent.linkPrefetch (index.mjs?4f85:1) at eval (index.mjs?4f85:1) at Array.forEach (<anonymous>) at IntersectionObserver.u (index.mjs?4f85:1)
The text was updated successfully, but these errors were encountered:
gijsroge
changed the title
Cannot read property '_init' of undefined on a default vue CLI project
Cannot read property '_init' of undefined on a default vue CLI project with Typescript
Apr 22, 2019
Version: 1.5.1
Repo to reproduce: https://github.com/gijsroge/vue-router-prefetch-issue
This is a clean vue cli project with Typescript & Vue class component.
It seems to have an issue with booting the plugin right when you start the app. (see error below)
vue.runtime.esm.js?2b0e:5148 Uncaught TypeError: Cannot read property '_init' of undefined at Catalogue (vue.runtime.esm.js?2b0e:5148) at VueComponent.linkPrefetch (index.mjs?4f85:1) at eval (index.mjs?4f85:1) at Array.forEach (<anonymous>) at IntersectionObserver.u (index.mjs?4f85:1)
The text was updated successfully, but these errors were encountered: