🎨 Improve code readability by adjusting formatting of the JSON viewer component

This commit is contained in:
2026-01-29 03:55:05 +00:00
parent 418c2cb20f
commit 199c46b3e6

View File

@@ -29,7 +29,9 @@
<span v-if="preferences.showLineNumbers" class="line-number">
{{ item.lineNumber }}
</span>
<pre v-highlight="highlightConfig"><code>{{ item.content }}</code></pre>
<pre
v-highlight="highlightConfig"
><code>{{ item.content }}</code></pre>
</div>
</template>
</RecycleScroller>