Skip to content
Snippets Groups Projects

Resolve "Some legacy pages apparently get build up/rendered twice"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -24,7 +24,6 @@
:src="iFrameSrc"
:height="iFrameHeight + 'px'"
class="iframe-fullsize"
@load="load"
ref="contentIFrame"
></iframe>
</template>
@@ -132,6 +131,7 @@ export default {
},
},
mounted() {
this.$refs.contentIFrame.addEventListener("load", (e) => {this.load()});
this.iFrameSrc = "/django" + this.$route.path + this.queryString;
},
name: "LegacyBaseTemplate",
Loading