Added changes to the Shop package

This commit is contained in:
jitendra 2022-09-14 17:38:31 +05:30
parent 1e7409c255
commit b0570b0f00
1 changed files with 9 additions and 0 deletions

View File

@ -155,13 +155,18 @@
data: function() {
return {
appliedFilters: [],
active: false,
sliderConfig: {
value: [0, 0],
max: 500,
processStyle: {
"backgroundColor": "#FF6472"
},
tooltipStyle: {
"backgroundColor": "#FF6472",
"borderColor": "#FF6472"
@ -188,6 +193,10 @@
methods: {
setMaxPrice: function () {
if (this.attribute['code'] != 'price') {
return;
}
axios
.get(this.maxPriceSrc)
.then((response) => {