fix router

This commit is contained in:
jxxghp
2023-06-29 23:21:31 +08:00
parent 175654297a
commit 853f58fa04
+5 -1
View File
@@ -1,5 +1,9 @@
<script lang="ts" setup>
const route = useRoute()
</script>
<template> <template>
<VApp> <VApp>
<RouterView /> <RouterView :key="route.fullPath" />
</VApp> </VApp>
</template> </template>