Created
August 11, 2019 09:31
-
-
Save jahvi/42ebc32e280b872f4893572f34ac32d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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