|
|
@ -170,9 +170,9 @@ export default {
|
|
|
|
prefix: getComponentFromProp(this, 'prefix'),
|
|
|
|
prefix: getComponentFromProp(this, 'prefix'),
|
|
|
|
addonAfter: this.renderAddonAfter(prefixCls),
|
|
|
|
addonAfter: this.renderAddonAfter(prefixCls),
|
|
|
|
addonBefore,
|
|
|
|
addonBefore,
|
|
|
|
|
|
|
|
className: inputClassName,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
attrs: this.$attrs,
|
|
|
|
attrs: this.$attrs,
|
|
|
|
class: inputClassName,
|
|
|
|
|
|
|
|
ref: 'input',
|
|
|
|
ref: 'input',
|
|
|
|
on: {
|
|
|
|
on: {
|
|
|
|
pressEnter: this.onSearch,
|
|
|
|
pressEnter: this.onSearch,
|
|
|
|