public/layouts/default.vue

7 lines
81 B
Vue
Raw Normal View History

2022-07-21 16:50:03 -04:00
<template>
<div>
2022-07-21 17:11:40 -04:00
DEFAULT TEMPLATE LAYOUT
2022-07-21 16:50:03 -04:00
<slot />
</div>
</template>