兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-06-19 c206ab5b4a38f99bec4ee34d7b01bbabc83fa120
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 {