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

Commit cd9c856

Browse files
committed
Fixed Mistake in Documentation
The Custom Icon attribute was "icon" which should be "name"
1 parent 8cfa284 commit cd9c856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/pages/icon.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ You can now consume your custom icons in your template like this:
142142

143143
```vue
144144
<template>
145-
<c-icon icon="icon1" color="yellow.600" />
146-
<c-icon icon="icon2" color="green.300" />
145+
<c-icon name="icon1" color="yellow.600" />
146+
<c-icon name="icon2" color="green.300" />
147147
</template>
148148
```
149149

0 commit comments

Comments
 (0)