当前位置:网站首页>基于clipboard.js对复制组件的封装
基于clipboard.js对复制组件的封装
2022-08-04 17:02:00 【潮汐未见潮落】
前言
在日常开发中,有时可能想实现一键复制,我们可以选择手写复制方法,也可以选择引入 clipboard.js 库帮助快速实现功能
本次封装组件使用 element-ui 的部分组件,有 icon 、message 等
安装clipboard
npm install clipboard --save
子组件
<!--
* @description: 封装点击复制的组件
* @since: v1.0
!-->
<template>
<i :class="`${icon} icon-cursor`"
title="点击复制"
@click="handleCopy($event, text)" />
</template>
<script>
// 引入 clipboard.js
import Clipboard from 'clipboard';
export default {
props: {
// 接收复制的内容
text: {
type: [String, Number],
default: null,
},
// 默认是复制 icon,可自定义 icon
icon: {
type: [String],
default: 'el-icon-copy-document',
},
// 自定义成功提示
message: {
type: [String, Number],
default: null,
},
},
methods: {
handleCopy (e, _text, message) {
const clipboard = new Clipboard(e.target, { text: () => _text });
// const messageText = message || `复制成功:${_text}`;
const messageText = message || '复制成功';
// 复制成功
clipboard.on('success', () => {
this.$message({
type: 'success',
message: messageText
});
clipboard.off('error');
clipboard.off('success');
clipboard.destroy();
});
// 复制失败
clipboard.on('error', () => {
this.$message({
type: 'warning',
message: '复制失败,请手动复制'
});
clipboard.off('error');
clipboard.off('success');
clipboard.destroy();
});
clipboard.onClick(e);
},
},
};
</script>
<style lang="scss" scoped>
.icon-cursor {
cursor: pointer;
}
</style>
父组件
<template>
<div>
<span>{
{ value }}</span>
<CopyIcon :text="value" />
</div>
</template>
<script>
import CopyIcon from '@/components/CopyIcon.vue'
export default {
components: {
CopyIcon,
},
data () {
return {
value: '这里测试一下复制组件',
};
},
};
</script>
效果
样式可以根据自己的需求修改,可以更换图标
文章如有错误,恳请大家提出问题,本人不胜感激 。 不懂的地方可以评论,我都会 一 一回复
文章对大家有帮助的话,希望大家能动手点赞鼓励,大家未来一起努力 长路漫漫,道阻且长
边栏推荐
猜你喜欢
LeetCode 每日一题——1403. 非递增顺序的最小子序列
软件基础的理论
Mobile Hisense IP102H_905L3-B_wire brush firmware package
水能自发变成“消毒水”,83岁斯坦福教授:揭示冬天容易得流感的部分原因...
小满nestjs(第一章 介绍nestjs)
Hubei Telecom Tianyi TY1608_S905L3B_MT7668_ card brush firmware package
麒麟信安石勇博士荣获openEuler社区年度开源贡献之星
】 【 LeetCode daily one problem - 540. The order of a single element of the array
安装失败怎么办
【论文阅读】Decision Transformer: Reinforcement Learning via Sequence Modeling
随机推荐
Clearance sword refers to Offer——The sword refers to Offer II 010. and the sub-array of k
Catering Supply Chain Management System
icu是哪个国家的域名?icu是什么域名?
多线程学习笔记-3.并发容器
xgboost模块param中的一些错误
从云计算到函数计算
移动魔百盒CM211-1_YS代工_S905L3B_RTL8822C_线刷固件包
Analysis of the gourd baby
美容院管理系统有哪些促销方式?
咪咕MGV2000KL南传_S905L3B_MT7668线刷固件包
浙江数码代工M301H 免拆通刷_卡刷固件包(语音OK)
Compose 类型稳定性注解:@Stable & @Immutable
Hubei Mobile ZTE B860AV2.1_S905L_ flash firmware package
罗振宇折戟创业板/ B站回应HR称用户是Loser/ 腾讯罗技年内合推云游戏掌机...今日更多新鲜事在此...
Unity Apple登录接入
RTL8762DK 远端设备配对
九联_UNT400G_S905L2_(联通)_线刷固件包
正则过滤字符串中 script 标签
图扑软件与华为云共同构建新型智慧工厂
如何提高员工积极性?