VueJS在组件

时间:2018-03-13 05:18:20

标签: html5 html5-audio

这是我的用例。 我想在我的vue组件中继续播放声音片段(时钟滴答声)。我是用普通的html方式做的,但它不能在这里工作,甚至不会在控制台中出错。我想继续在组件中播放这个声音。我如何实现这一目标?

<template lang="html">
  <div class="">
    <audio controls id="myVideo" autoplay loop Pause=false hidden>

    <source src="clock-ticking-2.wav" type="audio/wav">
  Your browser does not support the audio element.
  </audio>
  <h1>Hello I'm clock ticking!</h1>
  </div>
</template>

0 个答案:

没有答案