8 lines
95 B
Vue
8 lines
95 B
Vue
<template>
|
|
<Screen>
|
|
<HomeBottomScreenBackground />
|
|
|
|
<slot />
|
|
</Screen>
|
|
</template>
|