Skip to content

Instantly share code, notes, and snippets.

@jahvi
Created August 11, 2019 09: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/42ebc32e280b872f4893572f34ac32d5 to your computer and use it in GitHub Desktop.
Save jahvi/42ebc32e280b872f4893572f34ac32d5 to your computer and use it in GitHub Desktop.
<template>
<section v-if="!singleBanner" class="offers container my30 px15 cl-black">
<div class="row">
<left-banner :identifier="'home_banner'" />
<!-- ... -->
</div>
</section>
</template>
<script>
import LeftBanner from 'theme/components/theme/blocks/Home/LeftBanner'
export default {
name: 'PromotedOffers',
components: {
LeftBanner
},
// ...
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment