<script defer src="https://unpkg.com/<a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="f1909d81989f94b82b1c2df89e089">[email protected]</a>/dist/cdn.min.js"></script>
<p @click="printThisTextToSpan">Name one</p>
<p @click="printThisTextToSpan">Name two</p>
<p @click="printThisTextToSpan">Name three</p>
<span ></span>
Could you please explain how I can display the text from a p tag into a span when the p tag is clicked?