VueTube/NUXT/components/Player/captions.vue

6 lines
116 B
Vue

<template>
<v-btn fab text small disabled>
<v-icon>mdi-closed-caption-outline</v-icon>
</v-btn>
</template>