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

Commit 2bfa513

Browse files
Merge pull request #316 from be-codified/patch-2
docs: update list.mdx
2 parents 2d3f1d3 + 9622f1e commit 2bfa513

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)