summaryrefslogtreecommitdiff
path: root/src/layouts/_sila/AppLayout.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/_sila/AppLayout.vue')
-rw-r--r--src/layouts/_sila/AppLayout.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/_sila/AppLayout.vue b/src/layouts/_sila/AppLayout.vue
index 1c9c39c7..65e1d5ec 100644
--- a/src/layouts/_sila/AppLayout.vue
+++ b/src/layouts/_sila/AppLayout.vue
@@ -8,7 +8,7 @@
/>
<app-navigation class="app-navigation" />
<page-container class="app-content">
- <router-view ref="routerView" :key="routerKey" />
+ <router-view ref="routerView" :key="$route.fullPath" />
<!-- Scroll to top button -->
<button-back-to-top />
</page-container>