Utilizing vue-prism-component (https://www.npmjs.com/package/vue-prism-component), I am showcasing HTML syntax. Now, I aim to integrate a button that can copy the code. I have come across the vue-clipboard2 library (https://www.npmjs.com/package/vue-clipboard2) which retrieves text from an input tag. How do I go about selecting the HTML syntax generated by vue-prism-component upon clicking the button?