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

13 lines
306 B
Vue
Raw Normal View History

2020-02-16 19:30:00 +01:00
<template>
<ft-card class="videoDescription">
<ft-timestamp-catcher
2020-02-16 19:30:00 +01:00
class="description"
:input-html="shownDescription"
@timestamp-event="onTimestamp"
2020-02-16 19:30:00 +01:00
/>
</ft-card>
</template>
<script src="./watch-video-description.js" />
<style scoped src="./watch-video-description.css" />