6 lines
No EOL
81 B
Vue
6 lines
No EOL
81 B
Vue
<template>
|
|
<div>
|
|
<TheHeader />
|
|
<slot /> <Footer />
|
|
</div>
|
|
</template> |