vuepress-plugin-copyright2

vuepress-plugin-copyright2

Append copyright information when copying

Docs open in new window

Demo

// .vuepress/config.ts
import { copyrightPlugin } from "vuepress-plugin-copyright2";

export default {
  plugins: [
    copyrightPlugin({
      // your options
    }),
  ],
};