changes
This commit is contained in:
11
app/components/imports/ProductImage.vue
Normal file
11
app/components/imports/ProductImage.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup>
|
||||
const props = defineProps({
|
||||
variant: Object,
|
||||
});
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<figure class="image is-32x32">
|
||||
<img :src="variant.image__path" />
|
||||
</figure>
|
||||
</template>
|
||||
Reference in New Issue
Block a user