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
Post a Comment