<v-intelligentVideo :src="src" v-if="showMo"></v-intelligentVideo>
changeMonitor(item){
this.showMo=false;
this.$nextTick(() => {
this.src=item.src;
this.uuid=item.uuid;
this.showMo=true;
})
}
<v-intelligentVideo :src="src" v-if="showMo"></v-intelligentVideo>
changeMonitor(item){
this.showMo=false;
this.$nextTick(() => {
this.src=item.src;
this.uuid=item.uuid;
this.showMo=true;
})
}