Optimize results for mobile phone
This commit is contained in:
@@ -97,7 +97,7 @@ const tproducts = computed(() => {
|
||||
prod.calcPrice =
|
||||
Math.round(prod.calcPrice * currencyCoef.value * 100) / 100;
|
||||
prod.rate = currencyHash.value[prod.currency];
|
||||
|
||||
prod.tag = prod.tag.replace(/_/g, " ");
|
||||
return prod;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user