You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 1, 2022. It is now read-only.
Instead of recommending us to create our own custom popups, why not take advantage of vue's slots?
There are many cases where we want to use other buttons instead of edit and delete. We should be able to easily add our own into this bottom section of the popup via slots. That would've made our lives easier and never have to re-invent the wheel.