# Confirm Dialog This component is to confirm an action with the user. ## Usage Call the `confirmDialog` function with options to show a confirmation dialog. You need to make sure you include the `Dialogs` component in your root component ([`App.vue`](#app-vue)). ```vue ``` ### App.vue ```vue ```