Commit 45f823c0caf93629829fe58959e0da4f5179b8d4

Authored by 梁灏
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 12 <Button @click="setColor">set color</Button>
13 13  
14 14 <br><br><br><br>
15   - <ColorPicker v-model="color7" :saturation="false"></ColorPicker>
  15 + <ColorPicker v-model="color7" :hue="false"></ColorPicker>
16 16 </div>
17 17 </template>
18 18 <script>
... ...