forked from mirrors/homebox
end-to-end testing setup
This commit is contained in:
parent
b4eb7d8ddc
commit
ad4c8c9ab4
41 changed files with 544 additions and 313 deletions
|
@ -59,10 +59,8 @@
|
|||
const item = props.items[index];
|
||||
|
||||
if (selectedIndexes.value[index]) {
|
||||
console.log(value);
|
||||
value.value = [...value.value, item];
|
||||
} else {
|
||||
console.log(value);
|
||||
value.value = value.value.filter(itm => itm !== item);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue