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