[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

@@ -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';