Skip to content

Commit

Permalink
style(MdChips): add a space before if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
VdustR committed Dec 27, 2017
1 parent e955e99 commit 79f4f41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/MdChips/MdChips.vue
Expand Up @@ -88,6 +88,7 @@
methods: {
insertChip ({ target }) {
let inputValue = this.formattedInputValue
if (!inputValue || !this.modelRespectLimit) {
return
}
Expand Down

0 comments on commit 79f4f41

Please sign in to comment.