resolver-egretimp-plus 0.0.128 → 0.0.129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -167,7 +167,6 @@ export default {
|
|
|
167
167
|
{
|
|
168
168
|
polyfillInputWrap(
|
|
169
169
|
<div v-else class="input-wrap" ref={(e) => inputWrapRef.value = e}>
|
|
170
|
-
maxlength: {normalInputProps.maxlength}
|
|
171
170
|
<ElInput {...vmodelProps.value} {...{...normalAttrs.value, ...normalInputProps.value}}>
|
|
172
171
|
{
|
|
173
172
|
getInputSolts()
|