mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-26 21:23:02 +00:00
12 lines
241 B
Vue
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>
|