summaryrefslogtreecommitdiff
path: root/src/App.vue
diff options
context:
space:
mode:
authorVitalii Lysak <v.lysak@dunice.net>2022-08-12 14:18:47 +0300
committerVitalii Lysak <v.lysak@dunice.net>2022-08-12 14:18:47 +0300
commit162e0d338f5423662829e6d9784186a362a19832 (patch)
tree22078e27634705282a43a82b355b923ec07bc25b /src/App.vue
parent13eb9c09c120271b378109a24f2c3e3d0c1bec84 (diff)
downloadwebui-vue-162e0d338f5423662829e6d9784186a362a19832.tar.xz
upd route change logic
Diffstat (limited to 'src/App.vue')
-rw-r--r--src/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue
index d2878946..9b51aa72 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,6 +1,6 @@
<template>
<div id="app">
- <router-view />
+ <router-view :key="$route.fullPath" />
</div>
</template>