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

Commit 9622f1e

Browse files
Update list.mdx
Fixed attribute name from camel to kebab case.
1 parent 2d3f1d3 commit 9622f1e

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)