2022年3月13日

vue3动态改audio的src,改了,但是不生效(不能播放)

摘要: let audioSource = ref('') axios(...).then(res => { audioSource.value = res.data.url }) <audio :src = "audioSource" /> //这样看到的效果:src是改了,但是不能播放 解决方法,用do 阅读全文

posted @ 2022-03-13 17:57 In-6026 阅读(2062) 评论(0) 推荐(0)

导航