2025-10-09 10:42:45 +08:00
|
|
|
<script setup lang="ts">
|
2025-10-21 14:44:37 +08:00
|
|
|
import RouteCache from '@/components/RouteCache.vue'
|
2025-10-16 11:01:54 +08:00
|
|
|
//const props = defineProps({
|
|
|
|
|
//})
|
|
|
|
|
//const emit = defineEmits([
|
|
|
|
|
//])
|
2025-10-09 10:42:45 +08:00
|
|
|
</script>
|
|
|
|
|
<template>
|
2025-10-21 14:44:37 +08:00
|
|
|
<RouteCache />
|
|
|
|
|
</template>
|