mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 04:35:18 +02:00
7 lines
100 B
Vue
7 lines
100 B
Vue
<template>
|
|
<div>
|
|
<AppHeader />
|
|
<slot />
|
|
<AppFooter />
|
|
</div>
|
|
</template> |