Skip to content

Commit 186a006

Browse files
committed
fix: no sonar for v-html
1 parent 2f2b3db commit 186a006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/smart-text-replacer/smart-text-replacer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ const { copy } = useCopy({ source: highlightedText });
187187
</n-form-item>
188188
</div>
189189
<c-card v-if="highlightedText" mt-60px max-w-600px flex items-center gap-5px font-mono>
190-
<div flex-1 break-anywhere text-wrap style="white-space: pre" v-html="highlightedText" />
190+
<div flex-1 break-anywhere text-wrap style="white-space: pre" v-html="highlightedText" /><!-- NO SONAR -->
191191

192192
<c-button @click="copy()">
193193
<icon-mdi:content-copy />

0 commit comments

Comments
 (0)