Commit 45f823c0caf93629829fe58959e0da4f5179b8d4
1 parent
0260f1d6
update demo
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
examples/routers/color-picker.vue
@@ -12,7 +12,7 @@ | @@ -12,7 +12,7 @@ | ||
12 | <Button @click="setColor">set color</Button> | 12 | <Button @click="setColor">set color</Button> |
13 | 13 | ||
14 | <br><br><br><br> | 14 | <br><br><br><br> |
15 | - <ColorPicker v-model="color7" :saturation="false"></ColorPicker> | 15 | + <ColorPicker v-model="color7" :hue="false"></ColorPicker> |
16 | </div> | 16 | </div> |
17 | </template> | 17 | </template> |
18 | <script> | 18 | <script> |