Javascript – Vue v-model detect parent ref change
I am trying to create two-way binding but the problem is that I need to know what exactly changes the model ref: parent or child component. When using watch it simply catches all changes and I can't find the way…