0👍
You can use vue Watchers
watch:{
subject(newVal){
// call the function you normally call with submit click
}
}
Source:stackexchange.com
0👍
You can use vue Watchers
watch:{
subject(newVal){
// call the function you normally call with submit click
}
}