File "BaseDescriptionList.vue"

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

<template>
  <div class="grid gap-4 mt-5 md:grid-cols-2 lg:grid-cols-3">
    <slot />
  </div>
</template>