add copyme to rssdate
This commit is contained in:
parent
fc94e5771f
commit
b0b52e5388
|
@ -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 : {
|
||||
|
|
Loading…
Reference in New Issue