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
Ryan Wang 2023-12-01 10:46:09 +08:00 committed by GitHub
parent 05fd5a67bd
commit 65ff7b85be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ function handleUnpublish() {
v-for="(tag, tagIndex) in post.tags"
:key="tagIndex"
:tag="tag"
route
:route="false"
></PostTag>
</VSpace>
</div>