vue-audio-visualizer
vue-audio-visualizer copied to clipboard
Unable to use player
Problem Description
What I did was that I:
- Installed the vue-audio-visualizer using npm.
- Imported the player from node_modules.
- Declared it with Vue.use().
- Defined a player in a Vue template
The console gives me "Uncaught ReferenceError: Vue is not defined" (Full console log)
Am I missing something?