Answer the question
In order to leave comments, you need to log in
How to get array from component to VueJS instance?
There is a component with models:
data: function () {
return {
active_list_appointments_template: false,
patient: null,
disease_history: null,
drug: {
id: null,
patient: null,
disease_history: null,
drug: null,
start_day: null,
end_day: null,
is_delete: false,
},
list_appointments_drugs: [],
}
},
Answer the question
In order to leave comments, you need to log in
Made via global event events:
Source
Sinkthis.$root.$on('remove', function (id) {...})
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question