config.js 430 B

123456789
  1. import { GitContributors } from "E:/project/2025/Tappo/website/node_modules/@vuepress/plugin-git/lib/client/components/GitContributors.js";
  2. import { GitChangelog } from "E:/project/2025/Tappo/website/node_modules/@vuepress/plugin-git/lib/client/components/GitChangelog.js";
  3. export default {
  4. enhance: ({ app }) => {
  5. app.component("GitContributors", GitContributors);
  6. app.component("GitChangelog", GitChangelog);
  7. },
  8. };