|
|
@ -108,8 +108,8 @@ export default defineComponent({
|
|
|
|
const resizeProps = {
|
|
|
|
const resizeProps = {
|
|
|
|
...props,
|
|
|
|
...props,
|
|
|
|
...this.$attrs,
|
|
|
|
...this.$attrs,
|
|
|
|
style: style && !props.showCount,
|
|
|
|
style: !props.showCount && style,
|
|
|
|
class: customClass && !props.showCount,
|
|
|
|
class: !props.showCount && customClass,
|
|
|
|
showCount: null,
|
|
|
|
showCount: null,
|
|
|
|
prefixCls,
|
|
|
|
prefixCls,
|
|
|
|
onInput: this.handleChange,
|
|
|
|
onInput: this.handleChange,
|
|
|
|