This commit is contained in:
2019-12-16 22:51:27 +08:00
parent 34965b8b3b
commit f820cc24e1
3 changed files with 5 additions and 3 deletions

View File

@ -81,12 +81,12 @@
label 友情链接
.links
a(href="https://johnsonlee.site/" target="_blank") Johnson Blog
a(href="https://8code.net/" target="_blank") 前端视角
#tags.widget.tags
.widgetTitle
label 标签
.tagcloud
nuxt-link(:to="'/tag/' + tag.slug", :title='tag.name', v-for='tag in $store.state.tags', :key='tag.term_id') {{ tag.name }}
</template>
<script>