@bildvitta/quasar-ui-asteroid 3.15.0 → 3.16.0-beta.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@bildvitta/quasar-ui-asteroid",
3
3
  "description": "Asteroid",
4
- "version": "3.15.0",
4
+ "version": "3.16.0-beta.0",
5
5
  "author": "Bild & Vitta <systemteam@bild.com.br>",
6
6
  "license": "MIT",
7
7
  "main": "dist/asteroid.cjs.min.js",
@@ -194,7 +194,7 @@ export default {
194
194
 
195
195
  if (this.fuse || this.hasFuse) this.setFuse()
196
196
 
197
- this.mx_filteredOptions = this.options
197
+ this.mx_filteredOptions = [...this.options]
198
198
  },
199
199
 
200
200
  immediate: true