[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
+1 -1
View File
@@ -50,7 +50,7 @@ import TreeSelect from './tree-select';
import Uploader from './uploader';
import Waterfall from './waterfall';
const version = '0.9.1';
const version = '0.9.2';
const components = [
Actionsheet,
Area,
+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;
+2 -2
View File
@@ -63,8 +63,8 @@
<script>
import Vue from 'vue';
import Popup from 'packages/popup';
import Toast from 'packages/toast';
import Popup from '../../popup';
import Toast from '../../toast';
import SkuHeader from '../components/SkuHeader';
import SkuRow from '../components/SkuRow';
import SkuStepper from '../components/SkuStepper';
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vant-css",
"version": "0.9.1",
"version": "0.9.2",
"description": "vant css.",
"main": "lib/index.css",
"style": "lib/index.css",
+1 -1
View File
@@ -1,4 +1,4 @@
@import './mixins/border_retina';
@import './mixins/border_retina.css';
.van-sku-container {
background: #f8f8f8;