Skip to content

Commit 3824343

Browse files
committed
update docs
1 parent 372397b commit 3824343

4 files changed

Lines changed: 622 additions & 140 deletions

File tree

docs/.vuepress/client.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import GitEmoji from "./components/GitEmoji.vue";
1414
import PluginMarketplace from "./components/PluginMarketplace.vue";
1515
import Pricing from "./components/Pricing.vue";
1616
import SponsorHome from './components/SponsorHome.vue';
17+
import SponsorPage from './components/SponsorPage.vue';
1718
import AiNeuralBadge from './components/AiNeuralBadge.vue';
1819
import './styles/custom.css'
1920

@@ -24,6 +25,7 @@ export default defineClientConfig({
2425
app.component('PluginMarketplace', PluginMarketplace)
2526
app.component('Pricing', Pricing)
2627
app.component('SponsorHome', SponsorHome)
28+
app.component('SponsorPage', SponsorPage)
2729
app.component('Swiper', Swiper)
2830
},
2931
layouts: {

0 commit comments

Comments
 (0)