Skip to content

Commit

Permalink
Input: add missing readonly prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai committed Jul 12, 2018
1 parent b0a80e0 commit edcee1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/input/src/input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@
resize: String,
form: String,
disabled: Boolean,
readonly: Boolean,
type: {
type: String,
default: 'text'
Expand Down

0 comments on commit edcee1f

Please sign in to comment.