Skip to content

Commit 1c36062

Browse files
committed
docs: update content
1 parent 62b0615 commit 1c36062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/components/modal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Below is a static modal example (meaning its `position` and `display` have been
2323
</CModal>
2424
:::
2525
``` vue
26-
<CModal class="show d-block position-static" :backdrop="false" :keyboard="false" visible>
26+
<CModal :backdrop="false" :keyboard="false" visible>
2727
<CModalHeader>
2828
<CModalTitle>Modal title</CModalTitle>
2929
</CModalHeader>

0 commit comments

Comments
 (0)