mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-09 13:05:07 +00:00
7 lines
138 B
Vue
7 lines
138 B
Vue
|
<template>
|
||
|
<center>
|
||
|
<v-icon size="100">mdi-close-circle</v-icon>
|
||
|
<h1 class="grey--text">Incomplete</h1>
|
||
|
</center>
|
||
|
</template>
|