Skip to content
Snippets Groups Projects
Commit beb79dde authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Set contentLoading to false on mounted

parent 2a72739c
No related branches found
No related tags found
1 merge request!1123Resolve "Finalise Vuetify app as SPA"
Pipeline #108334 failed
......@@ -19,6 +19,9 @@ const aleksisMixin = {
});
},
},
mounted() {
this.$root.contentLoading = false;
},
beforeDestroy() {
// Unregister all safely added event listeners as to not leak them
for (let trackedEvent in this.$data.$_aleksis_safeTrackedEvents) {
......
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