mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 01:12:39 +00:00
7 lines
215 B
Vue
7 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>
|