@bildvitta/quasar-ui-asteroid 2.24.0-beta.0 → 2.24.0-beta.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bildvitta/quasar-ui-asteroid",
3
- "version": "2.24.0-beta.0",
3
+ "version": "2.24.0-beta.2",
4
4
  "description": "",
5
5
  "main": "./src/index.js",
6
6
  "scripts": {
@@ -219,7 +219,7 @@ export default {
219
219
  immediate: true,
220
220
  deep: true,
221
221
  handler (value) {
222
- this.filters = value
222
+ this.filters = { ...value }
223
223
  }
224
224
  }
225
225
  },