AdSense
This commit is contained in:
26
.vuepress/components/AdSenseParagraph.vue
Normal file
26
.vuepress/components/AdSenseParagraph.vue
Normal file
@ -0,0 +1,26 @@
|
||||
<template>
|
||||
<div class="adsense-paragraph">
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
||||
<ins class="adsbygoogle"
|
||||
style="display:block; text-align:center;"
|
||||
data-ad-layout="in-article"
|
||||
data-ad-format="fluid"
|
||||
data-ad-client="ca-pub-3313149841665250"
|
||||
data-ad-slot="1006020799"></ins>
|
||||
<script>
|
||||
(adsbygoogle = window.adsbygoogle || []).push({});
|
||||
</script>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.adsense-paragraph {
|
||||
/* background-color: grey; */
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user