This commit is contained in:
2023-01-17 17:00:49 +08:00
commit e57bf97042
136 changed files with 24364 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<template>
<div class="loading-indicator">
Loading...
</div>
</template>
<style lang="css">
.loading-indicator {
position: absolute;
top: 50%;
left: 50%;
font-weight: bold;
font-size: 2rem;
transform: translate(-50%, -50%)
}
</style>