Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit a1885bb

Browse files
Merge branch 'develop' into all-contributors/add-be-codified
2 parents 7ead565 + 2bfa513 commit a1885bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/pages/list.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { CList, CListItem, CListIcon } from "@chakra-ui/vue";
3535
## Ordered List
3636

3737
```vue live=true
38-
<c-list as="ol" styleType="decimal">
38+
<c-list as="ol" style-type="decimal">
3939
<c-list-item>Lorem ipsum dolor sit amet</c-list-item>
4040
<c-list-item>Consectetur adipiscing elit</c-list-item>
4141
<c-list-item>Integer molestie lorem at massa</c-list-item>

0 commit comments

Comments
 (0)