pull/1281/head
mertsincan 2021-05-17 03:20:57 +03:00
parent 25af520e4d
commit 85f09a74f4
1 changed files with 3 additions and 3 deletions

View File

@ -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() {