Skip to content
Snippets Groups Projects
Verified Commit 01160987 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Remove unused contentLoading code

parent 2f2e57e1
No related branches found
No related tags found
1 merge request!1123Resolve "Finalise Vuetify app as SPA"
......@@ -73,19 +73,12 @@ export default {
this.$root.$setPageTitle(title);
},
},
watch: {
$route() {
// Show loading animation once route changes
this.$root.contentLoading = true;
},
},
mounted() {
// Subscribe to message channel to receive height from iframe
window.addEventListener("message", this.receiveMessage);
},
beforeDestroy() {
window.removeEventListener("message", this.receiveMessage);
this.$root.contentLoading = false;
},
name: "LegacyBaseTemplate",
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment