mirror of https://github.com/ElemeFE/element
Remove wind-dom
parent
769ab5aa8d
commit
e13b133afd
|
@ -12,7 +12,7 @@
|
|||
</div>
|
||||
</template>
|
||||
<script>
|
||||
import { once } from 'wind-dom';
|
||||
import { once } from 'element-ui/src/utils/dom';
|
||||
import Emitter from 'element-ui/src/mixins/emitter';
|
||||
|
||||
function getTransitionendEvent(el) {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { on, off } from 'wind-dom/src/event';
|
||||
import { on, off } from 'element-ui/src/utils/dom';
|
||||
import { renderThumbStyle, BAR_MAP } from './util';
|
||||
|
||||
export default {
|
||||
|
|
Loading…
Reference in New Issue