This commit is contained in:
yi-ge 2019-12-14 12:06:07 +08:00
parent 94a0f24b32
commit 036abef98d

View File

@ -20,6 +20,7 @@ div
.articelTitle 目录 .articelTitle 目录
.articelTocList(v-html="Articels.post_toc") .articelTocList(v-html="Articels.post_toc")
.articelContent(v-html='Articels.post_content') .articelContent(v-html='Articels.post_content')
ins.adsbygoogle(style="display:block; text-align:center; margin-top:50px;", data-ad-layout="in-article", data-ad-format="fluid", data-ad-client="ca-pub-2143583075951360", data-ad-slot="4741804954")
.articelRightToc(v-show="Articels.post_toc_show && showRightToc", @click="articelRightTocClick") .articelRightToc(v-show="Articels.post_toc_show && showRightToc", @click="articelRightTocClick")
.articelTitle 目录 .articelTitle 目录
.articelTocList(v-html="Articels.post_toc") .articelTocList(v-html="Articels.post_toc")
@ -128,6 +129,8 @@ export default {
this.showRightToc = !this.showRightToc this.showRightToc = !this.showRightToc
} }
} }
(adsbygoogle = window.adsbygoogle || []).push({})
}, },
methods: { methods: {
decodeTitle (name) { decodeTitle (name) {