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

10 lines
212 B
Vue

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