8 lines
91 B
Vue
8 lines
91 B
Vue
<template>
|
|
<div>
|
|
<navbar-com />
|
|
<slot />
|
|
<footer-com />
|
|
</div>
|
|
</template>
|