14 lines
194 B
Vue
14 lines
194 B
Vue
<script setup lang="ts">
|
|
|
|
</script>
|
|
|
|
<template>
|
|
<div h-full w-full flex="~ col items-center justify-center">
|
|
<Skeleton class="h-50 w-3/5" />
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|