<script setup lang="ts">
import { RouterView } from 'vue-router'
</script>
<template>
<KeepAlive>
<RouterView/>
</KeepAlive>
</template>