Skip to content

Commit

Permalink
fix: fix chrome Chrome arrows don't work issues/8
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaokaike committed Jul 8, 2016
1 parent 778d8b5 commit 618089a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Chrome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
</div>
</div>
<!-- btn -->
<div class="vue-color__chrome__toggle-btn">
<div class="vue-color__chrome__icon" @click="toggleViews">
<div class="vue-color__chrome__toggle-btn" @click="toggleViews">
<div class="vue-color__chrome__icon">
<svg style="width:24px; height:24px" viewBox="0 0 24 24"
@mouseover="showHighlight"
@mouseenter="showHighlight"
Expand Down Expand Up @@ -149,7 +149,7 @@ export default {
this.fieldsIndex = 0
return
}
this.fieldsIndex = 0
this.fieldsIndex ++
},
showHighlight () {
this.highlight = true
Expand Down

0 comments on commit 618089a

Please sign in to comment.