mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 20:04:09 +00:00
feat(Form): add input-align prop
This commit is contained in:
@@ -5,6 +5,7 @@ const [createComponent, bem] = createNamespace('form');
|
||||
export default createComponent({
|
||||
props: {
|
||||
labelAlign: String,
|
||||
inputAlign: String,
|
||||
validateFirst: Boolean,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user