VueTube/NUXT/components/vidLoadRenderer.vue

8 lines
215 B
Vue

// this is an loading animation for videos
<template>
<center>
<v-skeleton-loader type="card-avatar, article, actions" />
<v-skeleton-loader type="card-avatar, article, actions" />
</center>
</template>