Skip to content

Commit

Permalink
Version 0.7.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNaif2018 committed Dec 22, 2022
1 parent a18d116 commit 61ae236
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lib-cov
logs
modules/*
!modules/.gitkeep
!modules/@bitcartcc/
!modules/@bitcartcc/core
node_modules/
npm-debug.log*
pids
Expand Down
10 changes: 7 additions & 3 deletions pages/products/_slug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
.columns.is-vcentered
.column.is-5
UIExtensionSlot(name="product_image")
picture.image.is_square
img.lazyload(:data-srcset="`${productURL(item.image)}`",
:alt="`Image of ${item.name}`")
picture.image.is_square
img.lazyload(:data-srcset="`${productURL(item.image)}`",
:alt="`Image of ${item.name}`")

.column.is-6.is-offset-1
UIExtensionSlot(name="product_description" :item="item")
Expand All @@ -16,6 +16,10 @@
br
p.has-text-centered
a.button.is-medium.is-success.is-outlined(@click="addItem(item)", aria-label="Add to cart") Add to cart

UIExtensionSlot(name="product_columns" :item="item")

UIExtensionSlot(name="product_container" :item="item")
</template>

<script>
Expand Down
2 changes: 1 addition & 1 deletion version.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
const VERSION = "0.7.0.0"
const VERSION = "0.7.0.1"

export default VERSION

0 comments on commit 61ae236

Please sign in to comment.