|
@@ -23,6 +23,11 @@
|
|
|
:autoplay="{ delay: 0 }"
|
|
:autoplay="{ delay: 0 }"
|
|
|
:loop="false"
|
|
:loop="false"
|
|
|
/>
|
|
/>
|
|
|
|
|
+
|
|
|
|
|
+ <!--
|
|
|
|
|
+ 일반 텍스트 밑에서 올라오는 디자인
|
|
|
|
|
+ 대타이틀, 소타이틀 형 정렬은 옵션으로 정의
|
|
|
|
|
+ -->
|
|
|
</div>
|
|
</div>
|
|
|
</main>
|
|
</main>
|
|
|
</template>
|
|
</template>
|
|
@@ -31,7 +36,6 @@
|
|
|
// 컴포넌트 import
|
|
// 컴포넌트 import
|
|
|
import FullSizeBannerText1 from "~/components/block/fullSizeBannerText1.vue";
|
|
import FullSizeBannerText1 from "~/components/block/fullSizeBannerText1.vue";
|
|
|
import ParallaxBanner from "~/components/block/parallaxBanner.vue";
|
|
import ParallaxBanner from "~/components/block/parallaxBanner.vue";
|
|
|
- import SwiperGallery from "~/components/block/SwiperGallery.vue";
|
|
|
|
|
import SwiperBanner from "~/components/block/SwiperBanner.vue";
|
|
import SwiperBanner from "~/components/block/SwiperBanner.vue";
|
|
|
|
|
|
|
|
const bannerImagePath = ref("/img/exclusive/1920X1080_exclusive_edited_v2.jpg");
|
|
const bannerImagePath = ref("/img/exclusive/1920X1080_exclusive_edited_v2.jpg");
|