Files

8 lines
132 B
Vue
Raw Permalink Normal View History

2026-05-03 12:12:57 -04:00
<template>
<div class="VPPage">
<slot name="page-top" />
<Content />
<slot name="page-bottom" />
</div>
</template>