File "BaseLabel.vue"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/resources/scripts/components/BaseLabel.vue
File size: 123 bytes
MIME-type: text/plain
Charset: utf-8

<template>
  <label class="text-sm not-italic font-medium leading-5 text-primary-800">
    <slot />
  </label>
</template>