diff --git a/docs/guide/configuration.md b/docs/guide/configuration.md index 94f18659d..d6ae01c7d 100644 --- a/docs/guide/configuration.md +++ b/docs/guide/configuration.md @@ -130,7 +130,8 @@ return { ``` 3. Use the `getMagentoImage` method in template like this: ```vue - - - + />
@@ -133,6 +101,7 @@ v-for="(product, index) in products" :key="index" class="result-card" + image-tag="nuxt-img" :regular-price="$fc(productGetters.getPrice(product).regular)" :max-rating="5" :score-rating="productGetters.getAverageRating(product)" @@ -157,40 +126,7 @@ :is-in-wishlist-icon="isAuthenticated ? 'heart_fill' : ''" :is-in-wishlist="product.isInWishlist" @click:wishlist="addItemToWishlist(product)" - > - - + />
diff --git a/packages/theme/components/HeaderLogo.vue b/packages/theme/components/HeaderLogo.vue index eef08f867..5a155e670 100644 --- a/packages/theme/components/HeaderLogo.vue +++ b/packages/theme/components/HeaderLogo.vue @@ -3,8 +3,9 @@ :to="localePath('/')" class="sf-header__logo" > - diff --git a/packages/theme/components/MobileStoreBanner.vue b/packages/theme/components/MobileStoreBanner.vue index c6c3eeb97..644874e63 100644 --- a/packages/theme/components/MobileStoreBanner.vue +++ b/packages/theme/components/MobileStoreBanner.vue @@ -6,29 +6,31 @@ class="sf-banner--left desktop-only banner-app" >