📅  最后修改于: 2022-03-11 15:01:34.335000             🧑  作者: Mango
methods: {
handleChange(e) {
if(e.target.options.selectedIndex > -1) {
console.log(e.target.options[e.target.options.selectedIndex].dataset.foo)
}
}
}