[bug] Uncaught ReferenceError: Vue is not defined
See original GitHub issueI currently use vue-tippy v0.1.2 because the newer versions don’t work for me.
I tried updating to v0.1.5, but when I do my app doesn’t load and I get this error in the console:
Uncaught ReferenceError: Vue is not defined
Digging deeper, chrome dev tools highlights this part of the code as problematic:
Vue.prototype.$tippy = {
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (4 by maintainers)
Top Results From Across the Web
Vue is not defined - javascript - Stack Overflow
First, when you import the vue.js script you use type="JavaScript" as content-type which is wrong. You should remove this type parameter ...
Read more >Uncaught ReferenceError: Vue is not defined - Laracasts
i watched the tutorial lets "flash messaging with vue - lets build a forum", ... the following error(Uncaught ReferenceError: Vue is not defined...
Read more >Fixing Uncaught ReferenceError: Vue is not defined with ...
While transitioning, I stumbled across this error: Uncaught ReferenceError: Vue is not defined. at eval (external “Vue”?548a:1). at Object.
Read more >ReferenceError: Vue is not defined while using shallowMount ...
I am working on vue project and while doing unit testing using jest, I am getting following error for shallowMount: ReferenceError: Vue is...
Read more >Uncaught ReferenceError : Vue is not defined
This error was found in the official vue guidelines page https://vuejs.org/v2/guide/. Most of the example would not work.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@iamdubx is there any error in the console? did you setup your ES6?
here an example using the lib from unpkg.com: https://jsfiddle.net/t3n7aLjL/
@iamdubx thank you 😃