Fix: Content Class
Content class is called 'p-confirm-popup-content', not 'p-confirm-content'pull/2929/head
parent
a2596c98a1
commit
a09239945b
|
@ -284,7 +284,7 @@ export default {
|
||||||
<td>Container element.</td>
|
<td>Container element.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td>p-confirm-content</td>
|
<td>p-confirm-popup-content</td>
|
||||||
<td>Content element.</td>
|
<td>Content element.</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -584,4 +584,4 @@ export default defineComponent({
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue