[new feature] Field: add arrow-direction prop (#3679)

This commit is contained in:
neverland
2019-06-28 15:33:08 +08:00
committed by GitHub
parent 55f215d08d
commit a6ce44fbb0
9 changed files with 40 additions and 20 deletions

View File

@@ -292,6 +292,7 @@ export default createComponent({
clickable={this.clickable}
titleStyle={this.labelStyle}
titleClass={[bem('label', labelAlign), this.labelClass]}
arrowDirection={this.arrowDirection}
class={bem({
error: this.error,
disabled: this.$attrs.disabled,