mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 18:54:24 +00:00
fix(Stepper): incorrect value when format minus value (#6238)
This commit is contained in:
@@ -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');
|
||||
|
||||
|
Reference in New Issue
Block a user