添加 key
This commit is contained in:
parent
a94d07f05d
commit
8f61c4c2f9
@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<v-container>
|
||||
<router-view />
|
||||
<router-view :key="route.path" />
|
||||
</v-container>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
//
|
||||
const route = useRoute();
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user