[improvement] add Picker prop mixin (#2191)

This commit is contained in:
neverland
2018-11-30 16:05:03 +08:00
committed by GitHub
parent d8ff9f3d34
commit 996c67b4fc
5 changed files with 36 additions and 21 deletions
+1 -1
View File
@@ -11,9 +11,9 @@ export default {
titleClass: String,
valueClass: String,
labelClass: String,
title: [String, Number],
value: [String, Number],
label: [String, Number],
title: [String, Number],
border: {
type: Boolean,
default: true