File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ const props = withDefaults(
4040 }
4141)
4242
43- const { copy } = useClipboard ()
43+ const { copy } = useClipboard ({ legacy: true } )
4444const loading = ref <boolean >(false )
4545const { t } = useI18n ()
4646const addViewRef = ref (null )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ import { useI18n } from 'vue-i18n'
2020import { cloneDeep } from ' lodash-es'
2121
2222const { t } = useI18n ()
23- const { copy } = useClipboard ()
23+ const { copy } = useClipboard ({ legacy: true } )
2424
2525const keywords = ref (' ' )
2626const activeStep = ref (0 )
Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ import { ClickOutside as vClickOutside } from 'element-plus-secondary'
379379import icon_warning_filled from ' @/assets/svg/icon_warning_filled.svg'
380380import { useClipboard } from ' @vueuse/core'
381381
382- const { copy } = useClipboard ()
382+ const { copy } = useClipboard ({ legacy: true } )
383383
384384const { t } = useI18n ()
385385const keyword = ref (' ' )
You can’t perform that action at this time.
0 commit comments