FreeTube/src/renderer/components/watch-video-description/watch-video-description.vue

12 lines
245 B
Vue

<template>
<ft-card class="videoDescription">
<p
class="description"
v-html="shownDescription"
/>
</ft-card>
</template>
<script src="./watch-video-description.js" />
<style scoped src="./watch-video-description.css" />