Skip to content

Commit

Permalink
fix(input): remove console warn if id is not set
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWook committed Jan 27, 2020
1 parent fb6fc85 commit fdc03b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/inputProps.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default ({
},
id: {
type: String,
default: '',
default: null,
},
name: {
type: String,
Expand Down

0 comments on commit fdc03b5

Please sign in to comment.