-
-
+
+
@@ -226,7 +226,9 @@ export default {
isFullScreen: false
};
},
-
+ destroy(){
+ hidePluginWindow()
+ },
created() {
this.company = COMPANY;
this.devList = this.$props.value;
@@ -282,6 +284,7 @@ export default {
}
// window.addEventListener('keydown',this.fullScreen)
// console.log(document.getElementById('videoOverview'))
+
},
destroyed() {
if (this.pluginType == "videojs") {