update Input
update Input
This commit is contained in:
parent
c3a9f3895b
commit
20766f2870
3 changed files with 12 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue