vuejs2 - How to retrieve modal data for calling component in vue.js -


using vue 2...

i have modal dialog (bootstrap) need use various vue components. each component can have it's own button trigger displaying of modal has select list of employees. when ok button clicked accept selected employee, how can calling component retrieve employee selected?

is there way when triggering model attach can know component notify?

i'm new vue thinking component'ize modal haven't been able reason how selected data calling component. i'm assuming need via sort of eventing? i'm using vuex if help.

any direction appreciated.


Comments

Popular posts from this blog

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -