Vuetify v-select onchange event returns previously selected value instead of current
问题 I have a <v-select> 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 event I'm using returns the previously selected value instead of the current selected value. I have tweaked the code to print to console instead for testing. The :hint functionality works fine so I'm sure it's something to do with the onchange function. Codepen Here's the code: <template> <v-app> <v-container fluid> <v-layout row wrap> <v-flex xs6> <v