fix(Stepper): incorrect value when format minus value (#6238)

This commit is contained in:
neverland
2020-05-07 22:15:46 +08:00
committed by GitHub
parent 3e231f1ab5
commit e61aa29118
5 changed files with 45 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
import { createNamespace, isDef, addUnit } from '../utils';
import { resetScroll } from '../utils/dom/reset-scroll';
import { preventDefault } from '../utils/dom/event';
import { formatNumber } from '../utils/format/number';
import { FieldMixin } from '../mixins/field';
import { formatNumber } from '../field/utils';
const [createComponent, bem] = createNamespace('stepper');