add copyme to rssdate
This commit is contained in:
parent
fc94e5771f
commit
b0b52e5388
|
@ -2,7 +2,9 @@ Vue.component('rssdate', {
|
||||||
template: `
|
template: `
|
||||||
<section class="rss-date">
|
<section class="rss-date">
|
||||||
<p>When you loaded that page, the correct pubDate string was:</p>
|
<p>When you loaded that page, the correct pubDate string was:</p>
|
||||||
<h4>{{ pubDate }}</h4>
|
<h4>
|
||||||
|
<copyme>{{ pubDate }}</copyme>
|
||||||
|
</h4>
|
||||||
</section>
|
</section>
|
||||||
`,
|
`,
|
||||||
computed : {
|
computed : {
|
||||||
|
|
Loading…
Reference in New Issue