public/layouts/default.vue
2022-07-21 17:11:40 -04:00

7 lines
81 B
Vue

<template>
<div>
DEFAULT TEMPLATE LAYOUT
<slot />
</div>
</template>