Vue How to implement the copy content to the Pasteboard clipboard

Source: Internet
Author: User

1. NPM is installed in the project directory file

NPM Install clipboard--save

2. Import into file

Import Clipboard from ' Clipboard ';

3. Write the content to be replicated in Data-clipboard-text in custom attributes that require HTML elements

<button class= "copybtn":d ata-clipboard-text = "https://www.baidu.com/" type= "text" > Copy address </button>

4. In JavaScript, the contents of the element are found in the class name.

Let clipboard = new Clipboard ('. copybtn ');

This is the case, if you need this address, directly in the method to refer to clipboard This variable can be, do not need to control this variable, it does not need to do any processing, click on the class named Copybtn button, directly CTRL + + can be.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.