generated from JustScreaMy/ProjectTemplate
11 lines
No EOL
170 B
Vue
11 lines
No EOL
170 B
Vue
<template>
|
|
<v-layout>
|
|
<v-app app>
|
|
<menu-header />
|
|
<v-main>
|
|
<slot />
|
|
</v-main>
|
|
<menu-footer />
|
|
</v-app>
|
|
</v-layout>
|
|
</template> |