Go to file
2019-05-24 10:28:27 -04:00
src Player renders but episode variable does not change 2019-05-24 10:21:44 -04:00
_wavevue.org add vue-audio-visual, .gitignore 2019-05-24 05:54:04 -04:00
.gitignore added README.md 2019-05-24 10:28:27 -04:00
index.html init 2019-05-24 05:36:57 -04:00
package-lock.json add vue-audio-visual, .gitignore 2019-05-24 05:54:04 -04:00
package.json add vue-audio-visual, .gitignore 2019-05-24 05:54:04 -04:00
README.md added README.md 2019-05-24 10:28:27 -04:00
webpack.config.js init 2019-05-24 05:36:57 -04:00

trying to implement https://github.com/staskobzar/vue-audio-visual

component src/components/Waveform renders correctly if the episode variable is passed as a string, but does not update onChange even though loadEpisode changes this.episode

wtf!