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