添加 key

This commit is contained in:
Twilight 2024-08-04 02:13:06 +08:00
parent a94d07f05d
commit 8f61c4c2f9

View File

@ -1,9 +1,9 @@
<template> <template>
<v-container> <v-container>
<router-view /> <router-view :key="route.path" />
</v-container> </v-container>
</template> </template>
<script lang="ts" setup> <script lang="ts" setup>
// const route = useRoute();
</script> </script>