10 lines
212 B
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" />
|