mirror of
https://github.com/langyuxiansheng/vue-aliplayer-v2.git
synced 2025-04-05 19:41:39 +08:00
现在可以动态修改直播视频了
This commit is contained in:
parent
97e9a35fdf
commit
43d7ad5c34
12
README.md
12
README.md
@ -125,7 +125,19 @@ 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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user