VueTube/NUXT/components/vidLoadRenderer.vue

8 lines
215 B
Vue
Raw Normal View History

2022-03-24 11:47:13 +00:00
// 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>