Reusable Confirmation Dialog in Vuetify
· ☕ 3 min read
Dialogs are those thingies that popup on your UI and are handy to allow users to perform actions without navigating away from the screen.
For example, here’s one that enables users to create new request..
.. and here’s an example from Vuetify site that shows a short message.
The v-dialog component is the recommended way to show confirmation dialogs too.