mirror of
https://github.com/langyuxiansheng/vue-aliplayer-v2.git
synced 2025-04-05 19:41:39 +08:00
Merge pull request #36 from Ghost23333/master
现在可以动态修改直播视频了,demo在readme.md
This commit is contained in:
commit
4af7f7fee7
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