feat: add loading component
This commit is contained in:
parent
fecf6fb6e0
commit
1c680e85e3
1 changed files with 13 additions and 0 deletions
13
components/Loading.vue
Normal file
13
components/Loading.vue
Normal file
|
@ -0,0 +1,13 @@
|
|||
<template>
|
||||
<div>
|
||||
Loading...
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue