You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
552 B

  1. div.columns(v-cloak="")
  2. div.column.is-12
  3. messages(v-bind:messages="messages")
  4. div.card
  5. header.card-header
  6. p.card-header-title File Downloader
  7. div.card-content
  8. h2.subtitle Download labeled data
  9. div.control(style="margin-bottom: 1em;")
  10. block select-format-area
  11. block example-format-area
  12. button.button.is-primary(
  13. style="margin-top: 1em;"
  14. type="submit"
  15. v-on:click="download()"
  16. v-bind:class="{'is-loading': isLoading}"
  17. ) Download