[bugfix] AddressEdit: should auto select area when created (#748)

This commit is contained in:
neverland
2018-03-22 11:38:58 +08:00
committed by GitHub
parent d3114d34b6
commit 14d7f9dfb0
5 changed files with 44 additions and 47 deletions

View File

@@ -62,7 +62,6 @@ export default {
| area-list | 地区列表 | `Object` | - | - |
| address-info | 收货人信息 | `Object` | `{}` | - |
| search-result | 详细地址搜索结果 | `Array` | `[]` | - |
| address-text | "地址"文案前缀 | `String` | `收货` | - |
| show-postal | 是否显示邮政编码 | `Boolean` | `false` | - |
| show-delete | 是否显示删除按钮 | `Boolean` | `false` | - |
| show-set-default | 是否显示默认地址栏 | `Boolean` | `false` | - |

View File

@@ -5,6 +5,7 @@ import routes from './router';
import Vant, { Lazyload } from 'packages';
import VantDoc from 'vant-doc';
import 'packages/vant-css/src/index.css';
import 'packages/vant-css/src/icon-local.css';
import 'vant-doc/src/helper/touch-simulator';
import './components/nprogress.css';