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
@@ -47,7 +47,7 @@ Set `columns-num` with 2, you'll have a 2 level picker.
```html
<van-area
:area-list="areaList"
:columns-placeholder="['Choose']"
:columns-placeholder="['Choose', 'Choose', 'Choose']"
title="Title"
/>
```