Nuxt/playground/layouts/default.vue

6 lines
75 B
Vue
Raw Normal View History

2023-12-23 06:14:43 +00:00
<template>
<div class="red">
<slot />
</div>
</template>