[Vuejs]-How to send an ajax request when an item is selected in a "Select" of vuejs via vue-resource? 12 October 2023 by thecoderscamp.com 0 You can ‘watch’ this property watch: { search : function(value) { // your code } } jsfiddle [Vuejs]-Relation between two JSONs through keys Source:stackexchange.com