added README.md

This commit is contained in:
notnull 2019-05-24 10:28:27 -04:00
parent b5d4b36640
commit ca1a5568c3
2 changed files with 8 additions and 0 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
node_modules
static/mp3/*

7
README.md Normal file
View File

@ -0,0 +1,7 @@
trying to implement https://github.com/staskobzar/vue-audio-visual
component src/components/Waveform <av-bars :audio-src="episode"> renders
correctly if the episode variable is passed as a string, but does not
update onChange even though loadEpisode changes this.episode
wtf!