mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
🌱 Sponsor 组件
This commit is contained in:
12
docs/.vuepress/client.ts
Normal file
12
docs/.vuepress/client.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
import {defineClientConfig} from "vuepress/client";
|
||||
import Sponsor from "./components/Sponsor.vue";
|
||||
|
||||
export default defineClientConfig({
|
||||
enhance({app, router, siteData}) {
|
||||
app.component("Sponsor", Sponsor);
|
||||
},
|
||||
setup() {
|
||||
},
|
||||
layouts: {},
|
||||
rootComponents: [],
|
||||
});
|
||||
Reference in New Issue
Block a user