chore: expose utils in entry file

This commit is contained in:
chenjiahan
2020-09-27 17:11:43 +08:00
parent da0d5435de
commit 0072f4fe02
33 changed files with 120 additions and 105 deletions
+1 -3
View File
@@ -1,10 +1,8 @@
import { ref, watch, reactive, computed, onMounted, onActivated } from 'vue';
// Utils
import { pick } from '../utils';
import { raf } from '../utils/dom/raf';
import { raf, pick, getScrollTop } from '../utils';
import { isDate } from '../utils/validate/date';
import { getScrollTop } from '../utils/dom/scroll';
import {
t,
bem,