Click tag and add text to your clipboard
Add code from click_copy_vue.js to your directive section. See guide
<html-tag v-click-copy>This text will be copied</html-tag>or
<html-tag v-click-copy='"This text will be copied"'>This text will not be copied</html-tag>Add code from click_copy_raw.js to your javascript section.
<html-tag class="click-copy">This text will be copied</html-tag>