stash
This commit is contained in:
parent
52f1fe0169
commit
008bdb78ff
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onchange(event) {
|
onchange(event) {
|
||||||
console.log(event.target.innerText);
|
this.$emit('input', event.target.innerText);
|
||||||
|
this.value = event.target.innerText;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue