From a09239945bd553efb7d743fdb89698d0d993c7b6 Mon Sep 17 00:00:00 2001 From: GingaaBread Date: Sat, 3 Sep 2022 20:09:28 +0200 Subject: [PATCH] Fix: Content Class Content class is called 'p-confirm-popup-content', not 'p-confirm-content' --- src/views/confirmpopup/ConfirmPopupDoc.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/confirmpopup/ConfirmPopupDoc.vue b/src/views/confirmpopup/ConfirmPopupDoc.vue index 6d634ccd9..8b8926e37 100644 --- a/src/views/confirmpopup/ConfirmPopupDoc.vue +++ b/src/views/confirmpopup/ConfirmPopupDoc.vue @@ -284,7 +284,7 @@ export default { Container element. - p-confirm-content + p-confirm-popup-content Content element. @@ -584,4 +584,4 @@ export default defineComponent({ } } } - \ No newline at end of file +