Skip to content

hasnularief/vuejs-click-to-copy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vuejs-click-to-copy

Click tag and add text to your clipboard

How to use

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>

Not Vuejs user

Add code from click_copy_raw.js to your javascript section.

<html-tag class="click-copy">This text will be copied</html-tag>

About

Click to copy directive for vue js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published