|
|
@ -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; |
|
|
|
|
|
|
|
|
|
|
|