Browse Source

更改依赖

fix_bug_pro20231227
zhangsiyu 1 year ago
parent
commit
432fb594bc
  1. 1
      src/components/tablecmt/tablecmt.vue

1
src/components/tablecmt/tablecmt.vue

@ -135,7 +135,6 @@
<script lang="ts" setup> <script lang="ts" setup>
import { computed, ref,watchEffect,getCurrentInstance } from 'vue'; import { computed, ref,watchEffect,getCurrentInstance } from 'vue';
import ClipboardJS from 'clipboard'
import type { PropType } from 'vue'; import type { PropType } from 'vue';
const { proxy } = getCurrentInstance() as any; const { proxy } = getCurrentInstance() as any;

Loading…
Cancel
Save