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