12 lines
124 B
Vue
12 lines
124 B
Vue
<template>
|
|
<div>
|
|
<header></header>
|
|
|
|
<main>
|
|
<slot />
|
|
</main>
|
|
|
|
<footer></footer>
|
|
</div>
|
|
</template>
|