Skip to content

Commit e8df0cf

Browse files
committed
fix(frontend): changed key of the main layout
1 parent d6e3fa2 commit e8df0cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ window.addEventListener('message', async event => {
4444
<MainLayout>
4545
<RouterView v-slot="{ Component }">
4646
<Transition name="page" mode="out-in" appear>
47-
<component :is="Component" :key="route.fullPath" />
47+
<component :is="Component" :key="route.path" />
4848
</Transition>
4949
</RouterView>
5050
</MainLayout>

0 commit comments

Comments
 (0)