feat(Area): columns placeholder (#4623)

This commit is contained in:
Jake
2019-09-30 09:38:51 +08:00
committed by neverland
parent 3e855f6c21
commit d7ef84d8cf
5 changed files with 36 additions and 28 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ Vue.use(Area);
```html
<van-area
:area-list="areaList"
:columns-placeholder="['请选择']"
:columns-placeholder="['请选择', '请选择', '请选择']"
title="标题"
/>
```