added loading icon
This commit is contained in:
parent
eef0435197
commit
4a3422889f
5 changed files with 34 additions and 6 deletions
15
src/components/LoadingIcon.vue
Normal file
15
src/components/LoadingIcon.vue
Normal file
|
@ -0,0 +1,15 @@
|
|||
<script lang="ts" setup></script>
|
||||
|
||||
<template>
|
||||
<video
|
||||
alt="Loading"
|
||||
autoplay
|
||||
class="flex absolute top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2"
|
||||
loop
|
||||
muted
|
||||
src="/assets/img/movie-loader.webm"
|
||||
type="video/webm"
|
||||
/>
|
||||
</template>
|
||||
|
||||
<style scoped></style>
|
Loading…
Add table
Add a link
Reference in a new issue