update
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user