@bildvitta/quasar-ui-asteroid 3.11.0-beta.6 → 3.11.0-beta.7
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
|
@@ -185,7 +185,7 @@ export default {
|
|
|
185
185
|
|
|
186
186
|
remove (item) {
|
|
187
187
|
const index = this.values.findIndex(itemValue => {
|
|
188
|
-
const normalizedItem = this.emitValue ? itemValue :
|
|
188
|
+
const normalizedItem = this.emitValue ? itemValue : itemValue.value
|
|
189
189
|
|
|
190
190
|
return normalizedItem === item.value
|
|
191
191
|
})
|