9 lines
125 B
Vue
9 lines
125 B
Vue
<template>
|
|
<div>
|
|
<AppHeader />
|
|
<main>
|
|
<slot />
|
|
</main>
|
|
<AppFooter id="contact"/>
|
|
</div>
|
|
</template> |