This commit is contained in:
lzp
2026-03-30 16:18:20 +08:00
parent f329165faf
commit 1789792067
2 changed files with 7 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<template>
<!-- <RouteCache /> -->
<router-view></router-view>
<div id="loading" v-if="loading" v-loading="true"></div>
<div id="loading" v-show="loading" v-loading="true"></div>
</template>
<script setup lang="ts">