portfolio/layouts/plain.vue

6 lines
53 B
Vue
Raw Permalink Normal View History

<template>
<div>
<slot />
</div>
</template>