VueTube/NUXT/components/vidLoadRenderer.vue

13 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>