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