I have created a modal box component and passing data to it using props. in this component I want to catch this props data into a vue data() method only when t
data()