fix: remount on route change with param and hash change
This commit is contained in:
parent
0144bc109a
commit
4acb4dd3a7
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<FrappeUIProvider>
|
<FrappeUIProvider>
|
||||||
<Layout v-if="session().isLoggedIn">
|
<Layout v-if="session().isLoggedIn">
|
||||||
<router-view />
|
<router-view :key="$route.fullPath"/>
|
||||||
</Layout>
|
</Layout>
|
||||||
<Dialogs />
|
<Dialogs />
|
||||||
</FrappeUIProvider>
|
</FrappeUIProvider>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user