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 -2
View File
@@ -1,7 +1,6 @@
import { computed } from 'vue';
import { createNamespace } from '../utils';
import { padZero, createNamespace } from '../utils';
import { RED } from '../utils/constant';
import { padZero } from '../utils/format/string';
import Checkbox from '../checkbox';
const [createComponent, bem, t] = createNamespace('coupon');