Append copyright information when copying
Docs open in new window
// .vuepress/config.ts import { copyrightPlugin } from "vuepress-plugin-copyright2"; export default { plugins: [ copyrightPlugin({ // your options }), ], };