M
M
Maxim2020-11-24 11:01:12
Vue.js
Maxim, 2020-11-24 11:01:12

How to call a function when changing a variable in data?

Good day to all. Tell me please. There is a selected variable in data, how to correctly write watch on a variable so that when it changes, a function is called ????

watch:{
            selected: () => {
               this.loadReadings(this.selected.id);
            }  
        },

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question