vuepress-plugin-code-copy icon indicating copy to clipboard operation
vuepress-plugin-code-copy copied to clipboard

Does not work at all

Open CanadianBeaver opened this issue 3 years ago • 0 comments

  "devDependencies": {
    "@vuepress/plugin-active-header-links": "^1.9.9",
    "@vuepress/plugin-back-to-top": "^1.9.9",
    "@vuepress/plugin-medium-zoom": "^1.9.9",
    "@vuepress/plugin-search": "^1.9.9",
    "vuepress-plugin-right-anchor": "^0.5.5",
    "vuepress": "^1.9.9"
  },
  "dependencies": {
    "vuepress-plugin-code-copy": "^1.0.6"
  }
    plugins: [
      '@vuepress/plugin-back-to-top',
      '@vuepress/plugin-medium-zoom',
      '@vuepress/search',
      '@vuepress/active-header-links',
      ['vuepress-plugin-code-copy', true],
      'vuepress-plugin-right-anchor'
    ]
0eNr....

CanadianBeaver avatar Mar 17 '23 04:03 CanadianBeaver