mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
build version 400
This commit is contained in:
7
resources/assets/js/components/base/BasePage.vue
Normal file
7
resources/assets/js/components/base/BasePage.vue
Normal file
@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<main
|
||||
class="flex flex-col flex-1 p-8 overflow-y-auto border-b border-gray-300 border-solid"
|
||||
>
|
||||
<slot />
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user