diff --git a/doc/confirmdialog/ConfirmationServiceDoc.vue b/doc/confirmdialog/ConfirmationServiceDoc.vue index 86b1858b4..af81d1b20 100644 --- a/doc/confirmdialog/ConfirmationServiceDoc.vue +++ b/doc/confirmdialog/ConfirmationServiceDoc.vue @@ -2,20 +2,30 @@

ConfirmDialog is controlled via the ConfirmationService that needs to be installed as an application plugin.

- + +
+

$confirm is available as a property in the application instance for Options API. The service can be injected with the useConfirm function for Composition API.

+
+