ВШ
Size: a a a
ВШ
ВШ
M
ВШ
ВШ
М
T
Г
T
Г
AD
⠀
AD
this.$store.commit('productConfigurator/addRelativeItem', {
productId: this.mainProduct.id,
relativeItem,
} as { productId: string; relativeItem: ProductAddParams });
get compatibleProductsAddParams(): ProductAddParams[] {
const productConfigurator: ProductConfigurator = this.$store.getters[
'productConfigurator/productConfigurator'
](this.product ? this.product.id : '');
return productConfigurator && productConfigurator.relative
? productConfigurator.relative
: [];
}
AD
AD
AD
⠀
⠀