I have a dropdown that I\'m wanting to use as a list of URLs to navigate to other pages. The issue I\'m running into is the onchange
onchange
I don't exctly know why ${select.src} is holding previous value on change event. You can give a try with below code:
methods: { changeRoute(selectObj) { console.log(selectObj) console.log(selectObj.src) } }