onspot-frontend/src/components/LoadingScreen.vue

13 lines
115 B
Vue

<template>
$END$
</template>
<script>
export default {
name: "LoadingScreen"
}
</script>
<style scoped>
</style>