0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-26 21:23:02 +00:00
VueTube/NUXT/components/vidLoadRenderer.vue
2022-03-31 18:25:31 -04:00

12 lines
241 B
Vue

// this is an loading animation for videos
<template>
<center>
<v-sheet color="background">
<v-skeleton-loader type="card-avatar, article, actions" />
</v-sheet>
</center>
</template>
<script>
export default {};
</script>