vue-i18n icon indicating copy to clipboard operation
vue-i18n copied to clipboard

useI18n will make vueuse clipboard support wrong

Open thegenius opened this issue 1 year ago • 2 comments
trafficstars

Reporting a bug?

  1. vueuse is a wide spreading utility lib
  2. when import useI18n, and import useClipboard
  3. the clipboard isSupported will turn to be false in all browser

Expected behavior

expect useI18n not affect useClipboard

Reproduction

System Info

System:
    OS: Linux 5.15 Ubuntu 22.04.3 LTS 22.04.3 LTS (Jammy Jellyfish)
    CPU: (4) x64 Intel(R) Xeon(R) Gold 6462C
    Memory: 5.39 GB / 7.13 GB
    Container: Yes
    Shell: 5.1.16 - /bin/bash
  Binaries:
    Node: 20.11.1 - ~/.nvm/versions/node/v20.11.1/bin/node
    npm: 10.2.4 - ~/.nvm/versions/node/v20.11.1/bin/npm
  npmPackages:
    @vitejs/plugin-vue: ^5.0.4 => 5.0.4 
    @vue/eslint-config-prettier: ^9.0.0 => 9.0.0 
    @vue/eslint-config-typescript: ^13.0.0 => 13.0.0 
    @vue/test-utils: ^2.4.5 => 2.4.6 
    @vue/tsconfig: ^0.5.1 => 0.5.1 
    vite: ^5.2.8 => 5.2.11 
    vite-plugin-externals: ^0.6.2 => 0.6.2 
    vite-plugin-vue-devtools: ^7.0.25 => 7.2.0 
    vitest: ^1.4.0 => 1.6.0 
    vue: ^3.4.21 => 3.4.27 
    vue-i18n: ^9.13.1 => 9.13.1 
    vue-router: ^4.3.0 => 4.3.2 
    vue-tsc: ^2.0.11 => 2.0.19 
    vue-virtual-scroller: ^2.0.0-beta.8 => 2.0.0-beta.8

Screenshot

No response

Additional context

No response

Validations

thegenius avatar Jun 20 '24 00:06 thegenius