兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-10-07 364dfb969de09b97c4629e1c46b9ed9c2352da1c
src/directive/common/copyText.ts
@@ -2,9 +2,10 @@
 * v-copyText 复制文本内容
 * Copyright (c) 2022 ruoyi
 */
import { DirectiveBinding } from 'vue';
export default {
  beforeMount(el: any, { value, arg }: any) {
  beforeMount(el: any, { value, arg }: DirectiveBinding) {
    if (arg === 'callback') {
      el.$copyCallback = value;
    } else {