Добавлен location.reload для фрейма

This commit is contained in:
Book Pauk
2022-10-14 17:20:48 +07:00
parent eb4ea0cc9c
commit 9bc4c3201c

View File

@@ -576,6 +576,7 @@ class ExternalLibs {
this.frameVisible = true;
this.$nextTick(() => {
if (this.$refs.frame) {
this.$refs.frame.contentWindow.location.reload(true);
this.$refs.frame.contentWindow.focus();
this.frameResize();
}