现在可以动态修改直播视频了

This commit is contained in:
ghost 2021-01-03 10:19:16 +08:00
parent 97e9a35fdf
commit 43d7ad5c34

View File

@ -125,8 +125,20 @@ export default {
showMultiple(){ showMultiple(){
this.isShowMultiple = !this.isShowMultiple; this.isShowMultiple = !this.isShowMultiple;
},
watch: {
source: {
handler() {
this.show = !this.show
setTimeout(()=>{ //设置延迟执行
this.show = !this.show
},1);
} }
} }
}
}
} }
</script> </script>
<style lang="less"> <style lang="less">