forked from github/dataease
fix(仪表板): 公共链接修改url参数回车无效 #10778
This commit is contained in:
parent
dcadf78375
commit
fa13a8d644
@ -1,8 +1,10 @@
|
||||
<script setup lang="ts">
|
||||
import configGlobal from '@/components/config-global/src/ConfigGlobal.vue'
|
||||
import { useRoute } from 'vue-router'
|
||||
const route = useRoute()
|
||||
</script>
|
||||
<template>
|
||||
<config-global>
|
||||
<router-view />
|
||||
<router-view :key="route.path" />
|
||||
</config-global>
|
||||
</template>
|
||||
|
Loading…
Reference in New Issue
Block a user