work on hot reload; fix bugs in player

This commit is contained in:
bkfox
2020-11-08 14:10:03 +01:00
parent 5fd72c33cc
commit 239580c04a
11 changed files with 162 additions and 136 deletions

View File

@ -12,7 +12,7 @@ List item for a podcast.
{% endif %}
{% endcomment %}
<a-sound-item :data="{{ object|json }}" :player="player"
:actions="['play']" @click="player.play(item)">
:actions="['play']">
</a-sound-item>
</div>