Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
refactor(list): Remove unused prop validations (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsp committed May 17, 2018
1 parent f049ab3 commit 34fcfe3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions components/list/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,18 @@ export default {
props: {
avatar: {
type: Boolean,
required: false,
default: false
},
dense: {
type: Boolean,
required: false,
default: false
},
twoLine: {
type: Boolean,
required: false,
default: false
},
nonInteractive: {
type: Boolean,
required: false,
default: false
}
},
Expand Down

0 comments on commit 34fcfe3

Please sign in to comment.