chore: sort imports

This commit is contained in:
陈嘉涵
2020-01-19 19:29:30 +08:00
parent 77756f30e6
commit bb53c3c758
56 changed files with 219 additions and 55 deletions
+6 -1
View File
@@ -1,7 +1,12 @@
// Utils
import { createNamespace } from '../utils';
import { isHidden } from '../utils/dom/style';
import { BindEventMixin } from '../mixins/bind-event';
import { getScroller } from '../utils/dom/scroll';
// Mixins
import { BindEventMixin } from '../mixins/bind-event';
// Components
import Loading from '../loading';
const [createComponent, bem, t] = createNamespace('list');