update Input

update Input
This commit is contained in:
梁灏 2017-01-06 12:00:26 +08:00
parent c3a9f3895b
commit 20766f2870
3 changed files with 12 additions and 1 deletions

View file

@ -3,6 +3,7 @@
<template v-if="type !== 'textarea'">
<div :class="[prefixCls + '-group-prepend']" v-if="prepend" v-show="slotReady" v-el:prepend><slot name="prepend"></slot></div>
<i class="ivu-icon" :class="['ivu-icon-' + icon, prefixCls + '-icon']" v-if="icon" @click="handleIconClick"></i>
<i class="ivu-icon ivu-icon-load-c ivu-load-loop" :class="[prefixCls + '-icon', prefixCls + '-icon-validate']" v-else transition="fade"></i>
<input
:type="type"
:class="inputClasses"