feat. 환경 세팅
This commit is contained in:
13
layers/layouts/promotion.vue
Normal file
13
layers/layouts/promotion.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts"></script>
|
||||
|
||||
<template>
|
||||
<div class="promotion-wrap">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.promo-wrap {
|
||||
background-color: tan;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user