添加提示

This commit is contained in:
yi-ge 2019-12-14 12:59:22 +08:00
parent a197ca80ce
commit 34965b8b3b

View File

@ -24,6 +24,7 @@ div
.articelRightToc(v-show="Articels.post_toc_show && showRightToc", @click="articelRightTocClick")
.articelTitle 目录
.articelTocList(v-html="Articels.post_toc")
p(style="margin: 15px 0;") 评论功能已被暂时关闭请通过 a@wyr.me 联系我
nuxt-link(:to="Articels.last ? '/post/' + Articels.last.ID : ''")
.btnFooter.btnPrevt(:style="'color: ' + (Articels.last ? '#333' : '#ccc')")
Icon(:icon="['fas', 'chevron-left']")