bkui-vue 2.0.2-beta.57 → 2.0.2-beta.58
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/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/lib/index.js +1 -1
- package/lib/input/index.js +1 -1
- package/package.json +1 -1
package/lib/index.js
CHANGED
package/lib/input/index.js
CHANGED
@@ -1928,7 +1928,7 @@ var inputEmitEventsType = (_inputEmitEventsType = {}, _defineProperty(_definePro
|
|
1928
1928
|
}
|
1929
1929
|
return (+val).toFixed(precision);
|
1930
1930
|
}() : e.target.value, e);
|
1931
|
-
} else if (eventName === EVENTS.CHANGE && isNumberInput.value
|
1931
|
+
} else if (eventName === EVENTS.CHANGE && isNumberInput.value) {
|
1932
1932
|
// console.error('CHANGE', handleNumber(e.target.value, 0), e.target.value);
|
1933
1933
|
var _val = handleNumber(e.target.value, 0);
|
1934
1934
|
ctx.emit(EVENTS.UPDATE, _val, e);
|