[build] 0.9.2

This commit is contained in:
陈嘉涵
2017-09-08 22:50:20 +08:00
parent 643d292513
commit f9891bf954
7 changed files with 34 additions and 11 deletions
+2 -2
View File
@@ -24,8 +24,8 @@
<script>
import isEmpty from 'lodash/isEmpty';
import Field from 'packages/field';
import CellGroup from 'packages/cell-group';
import Field from '../../field';
import CellGroup from '../../cell-group';
import validateEmail from 'zan-utils/validate/email';
import validateNumber from 'zan-utils/validate/number';
+1 -1
View File
@@ -10,7 +10,7 @@
</template>
<script>
import Stepper from 'packages/stepper';
import Stepper from '../../stepper';
import { LIMIT_TYPE } from '../constants';
const { QUOTA_LIMIT, STOCK_LIMIT } = LIMIT_TYPE;