feat: 页面缓存

This commit is contained in:
zhangyh
2025-10-21 11:21:15 +08:00
parent d25881d103
commit f5788b7235
10 changed files with 976 additions and 116 deletions

View File

@@ -1,7 +1,11 @@
<template>
<RouterView />
<RouteCache />
</template>
<script setup lang="ts">
import RouteCache from '@/components/RouteCache.vue'
</script>
<style lang="less">
#app{