We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ac3ee commit ab1e5a9Copy full SHA for ab1e5a9
components/JsonSchema.vue
@@ -63,7 +63,7 @@
63
</td>
64
</tr>
65
</template>
66
- <template v-if="sortedSchema">
+ <template v-if="sortedSchema.length > 0">
67
<tr v-for="[key, val] in sortedSchema" :key="key">
68
<td class="key">{{ formatKey(key) }}:</td>
69
<td class="value">
0 commit comments