Browse Source

Add explanation for nested mode

pull/1511/head
Hironsan 3 years ago
parent
commit
dba77db7c5
2 changed files with 7 additions and 0 deletions
  1. BIN
      frontend/assets/project/creation.gif
  2. 7
      frontend/components/project/FormCreate.vue

BIN
frontend/assets/project/creation.gif

Before After
Width: 368  |  Height: 228  |  Size: 109 KiB

7
frontend/components/project/FormCreate.vue

@ -54,6 +54,13 @@
label="Allow overlapping entity"
@change="updateValue('allowOverlapping', $event === true)"
/>
<v-img
v-if="isSequenceLabelingProject"
:src="require('~/assets/project/creation.gif')"
height="200"
position="left"
contain
/>
<v-checkbox
v-if="isSequenceLabelingProject"
:value="graphemeMode"

Loading…
Cancel
Save