mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-25 01:06:15 -04:00
fix: no sonar for v-html
This commit is contained in:
parent
2f2b3db115
commit
186a006b3a
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ const { copy } = useCopy({ source: highlightedText });
|
||||||
</n-form-item>
|
</n-form-item>
|
||||||
</div>
|
</div>
|
||||||
<c-card v-if="highlightedText" mt-60px max-w-600px flex items-center gap-5px font-mono>
|
<c-card v-if="highlightedText" mt-60px max-w-600px flex items-center gap-5px font-mono>
|
||||||
<div flex-1 break-anywhere text-wrap style="white-space: pre" v-html="highlightedText" />
|
<div flex-1 break-anywhere text-wrap style="white-space: pre" v-html="highlightedText" /><!-- NO SONAR -->
|
||||||
|
|
||||||
<c-button @click="copy()">
|
<c-button @click="copy()">
|
||||||
<icon-mdi:content-copy />
|
<icon-mdi:content-copy />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue