Browse Source

Semantics

master
Pierre Vanhulst 3 years ago
parent
commit
4fc290a69f
  1. 2
      src/components/Input/Free.vue

2
src/components/Input/Free.vue

@ -4,7 +4,7 @@
div.free
div.free__main
header.free__main__head.actionable
span Annotate
span {{ replyTo ? 'Reply' : 'Annotate' }}
div.free__main__content
textarea.textarea(label="Annotation" v-model="annotation" placeholder="It seems that...")
c-combobox(label="Tags" v-model="tags" placeholder="myItems, generalObservation, etc..." hint="You can tag your annotation to make it easier to retrieve. To use several tags, separate them by typing space, enter or comma." :items="previousTags")

Loading…
Cancel
Save