Browse Source

Apply prettier

pull/1955/head
Hironsan 2 years ago
parent
commit
8a68885fb9
1 changed files with 2 additions and 6 deletions
  1. 8
      frontend/pages/projects/_id/dataset/import.vue

8
frontend/pages/projects/_id/dataset/import.vue

@ -47,13 +47,9 @@
>
<pre>{{ example }}</pre>
</v-sheet>
<div v-if="selected==='JSONL(Relation)'">
<div v-if="selected === 'JSONL(Relation)'">
<p class="body-1">For readability, the above format can be displayed as follows:</p>
<v-sheet
:dark="!$vuetify.theme.dark"
:light="$vuetify.theme.dark"
class="mb-5 pa-5"
>
<v-sheet :dark="!$vuetify.theme.dark" :light="$vuetify.theme.dark" class="mb-5 pa-5">
<pre>{{ JSON.stringify(JSON.parse(example.replaceAll("'", '"')), null, 4) }}</pre>
</v-sheet>
</div>

Loading…
Cancel
Save