mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-04-24 23:47:17 +08:00
fix: the problem that the component loaded for the second time is empty
This commit is contained in:
parent
8c26178240
commit
2df395c602
@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<el-config-provider :locale="currentLocale">
|
||||
<router-view />
|
||||
<router-view :key="$route.fullPath" />
|
||||
<ReDialog />
|
||||
</el-config-provider>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user