16 lines
179 B
Vue
16 lines
179 B
Vue
<template>
|
|
<body>
|
|
<header>
|
|
<NavBar />
|
|
</header>
|
|
|
|
<main>
|
|
<slot />
|
|
</main>
|
|
|
|
<footer>
|
|
<!-- <Footer /> -->
|
|
</footer>
|
|
</body>
|
|
</template>
|