File "BasePage.vue"
Full Path: /home/pulsehostuk9/public_html/invoicer.pulsehost.co.uk/resources/scripts/components/BasePage.vue
File size: 93 bytes
MIME-type: text/plain
Charset: utf-8
<template>
<div class="flex-1 p-4 md:p-8 flex flex-col">
<slot />
</div>
</template>