Skip to content

Commit

Permalink
fix: 修复eslint报错
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeD3 committed Feb 2, 2023
1 parent 4377994 commit 97f547e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ onUnmounted(() => {
</div>
</nav>
</div>
<ArticlesContentSideBarRightColumn :column="column" />
<ArticlesContentSideBarRightColumn :column="column" />
</div>
</template>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ defineProps({
<template>
<div>
<div class="sidebar-block related-entry-sidebar-block shadow dark:bg-jj_bg_gray" st:block="relatedEntrySidebarBlock">
<div class="block-title">相关文章</div>
<div class="block-title">
相关文章
</div>
<div class="block-body">
<div class="entry-list">
<nuxt-link v-for="item in articleList" :key="item.id" :to="`/article/${item.id}`" target="_blank" rel="" st:name="link" :title="item.title" class="item">
Expand Down

0 comments on commit 97f547e

Please sign in to comment.