Cosmetic
parent
25af520e4d
commit
85f09a74f4
|
@ -376,10 +376,10 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
handler: function (newValue) {
|
deep: true,
|
||||||
|
handler: function(newValue) {
|
||||||
this.d_filters = this.cloneFilters(newValue);
|
this.d_filters = this.cloneFilters(newValue);
|
||||||
},
|
}
|
||||||
deep: true
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
beforeMount() {
|
beforeMount() {
|
||||||
|
|
Loading…
Reference in New Issue