Skip to content

Instantly share code, notes, and snippets.

@jahvi
Created August 11, 2019 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jahvi/4b41bcbcee3d56c457c44807f13f8e3a to your computer and use it in GitHub Desktop.
Save jahvi/4b41bcbcee3d56c457c44807f13f8e3a to your computer and use it in GitHub Desktop.
<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