mirror of https://github.com/halo-dev/halo
fix: issue of clicking on the post tag in uc to report an error (#4964)
#### What type of PR is this? /area console /kind bug /milestone 2.11.0 #### What this PR does / why we need it: 修复在个人中心的文章列表中点击标签控制台报错的问题。 #### Does this PR introduce a user-facing change? ```release-note None ```pull/4965/head
parent
05fd5a67bd
commit
65ff7b85be
|
@ -158,7 +158,7 @@ function handleUnpublish() {
|
|||
v-for="(tag, tagIndex) in post.tags"
|
||||
:key="tagIndex"
|
||||
:tag="tag"
|
||||
route
|
||||
:route="false"
|
||||
></PostTag>
|
||||
</VSpace>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue