[Vuejs]-Passing a props value to an external function in Vuejs 3

0👍

One way is to set the variable value in the store and use it directly in your js file as you are already importing store in it another way you can pass parameters to fetchInvoices(props.vendorId).

Leave a comment