File "BaseCheckon.vue"

Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/resources/scripts/customer/views/BaseCheckon.vue
File size: 163 bytes
MIME-type: text/html
Charset: utf-8

<template>
  <div class="h-10 w-20 bg-gray-100">
    <slot></slot>
  </div>
</template>

<script>
export default {}
</script>

<style lang="scss" scoped>
</style>