Hi, I build a Metronic 8 VueJS & Laravel by myself from HTML. And create components as I use. So in a component I've build, I need to use the "Dialer" component, which is written in vanilla JS. In Vue JS, When I want to save a form, I have to get all the value from v-model. But inside this form, I cannot get value from KT Dialer using v-model.
To use vanilla JS as the documentation, for example get value "on change" event, it's a bit complicated to combine with the save method in Vue JS. What is the best possible way to get the value other than using the vanilla JS "on change" event?