vue-audio-visualizer icon indicating copy to clipboard operation
vue-audio-visualizer copied to clipboard

Unable to use player

Open jonvi opened this issue 6 years ago • 0 comments

Problem Description

What I did was that I:

  1. Installed the vue-audio-visualizer using npm.
  2. Imported the player from node_modules.
  3. Declared it with Vue.use().
  4. Defined a player in a Vue template

The console gives me "Uncaught ReferenceError: Vue is not defined" (Full console log)

Am I missing something?

jonvi avatar May 04 '18 15:05 jonvi