summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaksim Zakharov <m.zakharov@IBS.RU>2022-07-14 16:20:46 +0300
committerMaksim Zakharov <m.zakharov@IBS.RU>2022-07-14 16:20:46 +0300
commit449baef1ce0e01f4ec96f19c9ba81a1ec7cd8b53 (patch)
tree674bb16a83d5d8704b755c2ddfcd39073a780e42
parent8d11a46d1b3babff59e84cf8f390735d9d47e765 (diff)
downloadwebui-vue-449baef1ce0e01f4ec96f19c9ba81a1ec7cd8b53.tar.xz
fix router key
-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 7ce1c806..1c9c39c7 100644
--- a/src/layouts/_sila/AppLayout.vue
+++ b/src/layouts/_sila/AppLayout.vue
@@ -2,8 +2,8 @@
<div class="app-container">
<app-header
ref="focusTarget"
+ :key="routerKey"
class="app-header"
- :router-key="routerKey"
@refresh="refresh"
/>
<app-navigation class="app-navigation" />