Fix: Content Class

Content class is called 'p-confirm-popup-content', not 'p-confirm-content'
pull/2929/head
GingaaBread 2022-09-03 20:09:28 +02:00 committed by GitHub
parent a2596c98a1
commit a09239945b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ export default {
<td>Container element.</td>
</tr>
<tr>
<td>p-confirm-content</td>
<td>p-confirm-popup-content</td>
<td>Content element.</td>
</tr>
<tr>
@ -584,4 +584,4 @@ export default defineComponent({
}
}
}
</script>
</script>