question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug] Uncaught ReferenceError: Vue is not defined

See original GitHub issue

I 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:closed
  • Created 6 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
KABBOUCHIcommented, Aug 19, 2017

@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/

0reactions
KABBOUCHIcommented, Aug 20, 2017

@iamdubx thank you 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found