Commit 825ed580998fd9a2c77b513e3a92ddf98b4aff3b

Authored by 梁灏
1 parent f00b5343

fixed bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/slider/slider.vue
... ... @@ -48,7 +48,7 @@
48 48 import InputNumber from '../../components/input-number/input-number.vue';
49 49 import Tooltip from '../../components/tooltip/tooltip.vue';
50 50 import { getStyle, oneOf } from '../../utils/assist';
51   - import { on, off } from '../../utils';
  51 + import { on, off } from '../../utils/dom';
52 52 import Emitter from '../../mixins/emitter';
53 53  
54 54 const prefixCls = 'ivu-slider';
... ...