[Vuejs]-How can I copy the text by click the div?

0👍

Perhaps this can help you out:

https://www.npmjs.com/package/clipboard

Tackling this yourself can be a pretty cumbersome task for something which should have been implemented with an API across all browsers but unfortunately isn’t.

Leave a comment