🎨 Improve code readability by adjusting formatting of the JSON viewer component
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user