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