JS实现复制功能

53 阅读1分钟

npm install copy-to-clipboard

import copyToClipboard from 'copy-to-clipboard';

copyToClipboard(this.content);