stash
This commit is contained in:
parent
c8e5bc298c
commit
761870dc82
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onchange(event) {
|
onchange(event) {
|
||||||
console.log(event.target.innerHTML);
|
console.log(event.target.innerText);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue