fix: remount on route change with param and hash change
(cherry picked from commit 4acb4dd3a70c8aed5f8613a2db827a5441ea6148)
This commit is contained in:
parent
971265d000
commit
b1dfa6e9c9
@ -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