methods: { handleChange(e) { if(e.target.options.selectedIndex > -1) { console.log(e.target.options[e.target.options.selectedIndex].dataset.foo) } } }