Commit ef939fa0522f3a01ceb47f16dd1fd0a08c2064e3

Authored by Aresn
Committed by GitHub
1 parent e2f9ad05

Update color-picker.vue

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
src/components/color-picker/color-picker.vue
@@ -88,15 +88,15 @@ @@ -88,15 +88,15 @@
88 </template> 88 </template>
89 <template v-else>{{formatColor}}</template> 89 <template v-else>{{formatColor}}</template>
90 </span> 90 </span>
91 - <iButton 91 + <i-button
92 ref="clear" 92 ref="clear"
93 :tabindex="0" 93 :tabindex="0"
94 size="small" 94 size="small"
95 @click.native="handleClear" 95 @click.native="handleClear"
96 @keydown.enter="handleClear" 96 @keydown.enter="handleClear"
97 @keydown.native.esc="closer" 97 @keydown.native.esc="closer"
98 - >{{t('i.datepicker.clear')}}</iButton>  
99 - <iButton 98 + >{{t('i.datepicker.clear')}}</i-button>
  99 + <i-button
100 ref="ok" 100 ref="ok"
101 :tabindex="0" 101 :tabindex="0"
102 size="small" 102 size="small"
@@ -105,7 +105,7 @@ @@ -105,7 +105,7 @@
105 @keydown.native.tab="handleLastTab" 105 @keydown.native.tab="handleLastTab"
106 @keydown.enter="handleSuccess" 106 @keydown.enter="handleSuccess"
107 @keydown.native.esc="closer" 107 @keydown.native.esc="closer"
108 - >{{t('i.datepicker.ok')}}</iButton> 108 + >{{t('i.datepicker.ok')}}</i-button>
109 </div> 109 </div>
110 </div> 110 </div>
111 </transition> 111 </transition>