fix router

This commit is contained in:
jxxghp
2023-06-29 23:21:31 +08:00
parent 175654297a
commit 853f58fa04

View File

@@ -1,5 +1,9 @@
<script lang="ts" setup>
const route = useRoute()
</script>
<template>
<VApp>
<RouterView />
<RouterView :key="route.fullPath" />
</VApp>
</template>