chore: Use clipboard API directly (#14227)
* chore: Use clipboard API directly * fix: Fix lint
This commit is contained in:
parent
8b4933cc48
commit
68bcd91d57
22 changed files with 23 additions and 50 deletions
|
|
@ -82,7 +82,7 @@ import MkCode from '@/components/MkCode.vue';
|
|||
import MkFolder from '@/components/MkFolder.vue';
|
||||
import MkKeyValue from '@/components/MkKeyValue.vue';
|
||||
import * as os from '@/os.js';
|
||||
import copyToClipboard from '@/scripts/copy-to-clipboard.js';
|
||||
import { copyToClipboard } from '@/scripts/copy-to-clipboard.js';
|
||||
import { ColdDeviceStorage } from '@/store.js';
|
||||
import { unisonReload } from '@/scripts/unison-reload.js';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue