跳至主要內容
vuepress-theme-hope

vuepress-plugin-copy-code2

为 VuePress2 提供代码块一键复制

快速上手配置

使用插件

安装

pnpm
pnpm add -D vuepress-plugin-copy-code2

使用

TS
// .vuepress/config.ts
import { copyCodePlugin } from "vuepress-plugin-copy-code2";

export default {
  plugins: [
    copyCodePlugin({
      // 插件选项
    }),
  ],
};

从 V1 迁移

详见 迁移指南