1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 10:48:37 +00:00
This commit is contained in:
wxiaoguang
2024-04-30 00:32:20 +08:00
parent d90dd9d7f8
commit 36b7049735

View File

@@ -96,7 +96,7 @@ export default {
<p><svg-icon :name="icon" :class="['text', color]"/> <strong>{{ issue.title }}</strong> #{{ issue.number }}</p>
<p>{{ body }}</p>
<!-- eslint-disable-next-line vue/no-v-html -->
<div v-html="renderedLabels" />
<div v-html="renderedLabels"/>
</div>
<div v-if="!loading && issue === null">
<p><small>{{ i18nErrorOccurred }}</small></p>