[Vuejs]-Laravel 9: how to open a modal window from a Vue component?

0👍

I see your experience.
What I suggest is to use another data value for Note modal dialog.
Let’s say we are using notes in the list, then we can add noteEdit value for the modal.
After we do additional functions on the modal, I would send ajax POST and get response of updated note which eventually update notes data in note-component

Leave a comment