Files
interview-demo-code/spa/src/AppLoading.vue

8 lines
188 B
Vue

<template>
<LoadingFullScreen text="Загрузка приложения..."/>
</template>
<script setup>
import LoadingFullScreen from "@/components/LoadingFullScreen.vue";
</script>