<template> | |
<section v-if="!singleBanner" class="offers container my30 px15 cl-black"> | |
<div class="row"> | |
<cms-block :identifier="'home_banner'" /> | |
<!-- ... --> | |
</div> | |
</section> | |
</template> | |
<script> | |
import CmsBlock from 'theme/components/core/blocks/Cms/Block' | |
export default { | |
name: 'PromotedOffers', | |
components: { | |
CmsBlock | |
}, | |
// ... | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment