Skip to content

Commit 691075d

Browse files
committed
docs: fix usage example
1 parent e1f2f0e commit 691075d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ You can also register the component and import the styles globally.
9999
```
100100

101101
```vue
102-
<ColorPicker :color="{ h: 0.75, s: 1, l: 0.5, a: 0.8 }" />
102+
<ColorPicker :color="{ h: 270, s: 100, l: 50, a: 0.8 }" />
103103
```
104104

105105
```vue

0 commit comments

Comments
 (0)