div(v-on:click="setSelectedRange")
span(
v-for="r in chunks"
v-bind:class="{ tag: id2label[r.label].text_color }"
v-bind:style="{ \
color: id2label[r.label].text_color, \
backgroundColor: id2label[r.label].background_color \
}"
) {{ text.slice(r.start_offset, r.end_offset) }}
button.delete.is-small(v-if="id2label[r.label].text_color", v-on:click="removeLabel(r)")