add copyme to rssdate

This commit is contained in:
edbrz9 2023-01-01 21:14:45 +01:00
parent fc94e5771f
commit b0b52e5388
1 changed files with 3 additions and 1 deletions

View File

@ -2,7 +2,9 @@ Vue.component('rssdate', {
template: `
<section class="rss-date">
<p>When you loaded that page, the correct pubDate string was:</p>
<h4>{{ pubDate }}</h4>
<h4>
<copyme>{{ pubDate }}</copyme>
</h4>
</section>
`,
computed : {