FreeTube/src/renderer/components/ft-timestamp-catcher/ft-timestamp-catcher.vue

10 lines
213 B
Vue

<template>
<p
@timestamp-clicked="catchTimestampClick"
v-html="detectTimestamps(inputHtml)"
/>
</template>
<script src="./ft-timestamp-catcher.js" />
<style scoped src="./ft-timestamp-catcher.css" />