gaoluyang
8 天以前 0e053f43fe591be3e0e92e3cfb4ad90d660b0546
src/App.vue
@@ -1,8 +1,8 @@
<template>
  <Splash v-if="showSplash" />
  <div v-else>
  <view v-else>
    <router-view />
  </div>
  </view>
</template>
<script setup>
  import { ref, onMounted } from "vue";