Skip to content

Commit

Permalink
chore: add AD
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Jul 30, 2023
1 parent 6d070a7 commit 9e8e21a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/vue-awesome-swiper.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
import { getExampleComponent } from '@/transforms/example'
import { getPageURL, getLegacyPageURL, getGitHubOpenGraphImageURL } from '@/transforms/url'
import { getMetaTitle, getMetaKeywords, getMetaDescription, normalizeSeoMetaObject } from '@/transforms/meta'
import { MammonProvider } from '@/components/mammon'
import VueRenderer from '@/components/renderer/vue.vue'
import Homepage from '@/components/homepage/index.vue'
import HomepageLink from '@/components/homepage/link.vue'
Expand All @@ -28,7 +29,7 @@

<template>
<vue-renderer :repository="repository">
<homepage :repository="repository" :packages="packages">
<homepage :repository="repository" :packages="packages" :header-ad-provider="MammonProvider.GoogleAdSense">
<template #actions>
<homepage-link icon="doc" text="Vue(2) Examples" :href="getLegacyPageURL(repository)" />
<homepage-link icon="doc" text="Swiper API Documentation" href="https://swiperjs.com/swiper-api" />
Expand Down

0 comments on commit 9e8e21a

Please sign in to comment.