feat(Field): add colon prop (#6195)

This commit is contained in:
neverland
2020-05-01 19:31:23 +08:00
committed by GitHub
parent a7294ea980
commit 4adefe5605
6 changed files with 26 additions and 1 deletions
+4
View File
@@ -58,6 +58,10 @@ export default createComponent({
type: String,
default: 'text',
},
colon: {
type: Boolean,
default: null,
},
},
data() {