[Vuejs]-Edit text according to select input

0👍

you can watch on your property yousendselect:

watch: {
yousendselect(value){
// check and make your request

}
}

Leave a comment