feat(Field): add colon prop (#6195)
This commit is contained in:
@@ -58,6 +58,10 @@ export default createComponent({
|
||||
type: String,
|
||||
default: 'text',
|
||||
},
|
||||
colon: {
|
||||
type: Boolean,
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
|
||||
data() {
|
||||
|
||||
Reference in New Issue
Block a user