登录
登录 注册新账号
注册
已有账号登录

下面这样写不行
music3.vue?fee5:144 Uncaught (in promise) TypeError: Cannot read property 'play' of undefined

<audio class="au" autoplay :src="list.music" controls="controls" refs="audio">
</audio>

this.$refs.audio.play()
0 个回答
撰写答案