12 lines
245 B
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" />
|