I have a select box in Vue.js that is populated dynamically, as a result of an HTTP request. I am listening for the @change event to run some procedural code, howev
@change