2020-09-19 16:19:58 +00:00
|
|
|
<template>
|
|
|
|
<p
|
2020-10-04 18:30:54 +00:00
|
|
|
@timestamp-clicked="catchTimestampClick"
|
|
|
|
v-html="detectTimestamps(inputHtml)"
|
2020-09-19 16:19:58 +00:00
|
|
|
/>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script src="./ft-timestamp-catcher.js" />
|
|
|
|
<style scoped src="./ft-timestamp-catcher.css" />
|