We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 372397b commit 3824343Copy full SHA for 3824343
4 files changed
docs/.vuepress/client.ts
@@ -14,6 +14,7 @@ import GitEmoji from "./components/GitEmoji.vue";
14
import PluginMarketplace from "./components/PluginMarketplace.vue";
15
import Pricing from "./components/Pricing.vue";
16
import SponsorHome from './components/SponsorHome.vue';
17
+import SponsorPage from './components/SponsorPage.vue';
18
import AiNeuralBadge from './components/AiNeuralBadge.vue';
19
import './styles/custom.css'
20
@@ -24,6 +25,7 @@ export default defineClientConfig({
24
25
app.component('PluginMarketplace', PluginMarketplace)
26
app.component('Pricing', Pricing)
27
app.component('SponsorHome', SponsorHome)
28
+ app.component('SponsorPage', SponsorPage)
29
app.component('Swiper', Swiper)
30
},
31
layouts: {
0 commit comments