feat(Area): add readonly prop (#7106)

This commit is contained in:
neverland
2020-09-05 06:57:05 +08:00
committed by GitHub
parent 3cd200f7c2
commit da193d0b71
3 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -310,8 +310,9 @@ export default createComponent({
showToolbar
valueKey="name"
title={this.title}
loading={this.loading}
columns={this.displayColumns}
loading={this.loading}
readonly={this.readonly}
itemHeight={this.itemHeight}
swipeDuration={this.swipeDuration}
visibleItemCount={this.visibleItemCount}