Skip to content
Snippets Groups Projects

Resolve "Offline fallback page for django legacy pages is misleading in some situations"

2 files
+ 5
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -103,6 +103,10 @@ export default {
@@ -103,6 +103,10 @@ export default {
$route() {
$route() {
// Show loading animation once route changes
// Show loading animation once route changes
this.$root.contentLoading = true;
this.$root.contentLoading = true;
 
 
// Scroll to top only when route changes to not affect form submits etc.
 
// A small duration to avoid flashing of the UI
 
this.$vuetify.goTo(0, { duration: 10 });
},
},
},
},
name: "LegacyBaseTemplate",
name: "LegacyBaseTemplate",
Loading