fix missing trailing comma

This commit is contained in:
Matteo Pagliazzi 2017-05-21 14:43:25 +02:00
parent 59bfe66c94
commit 228b724d52

View file

@ -37,7 +37,7 @@ export default {
type: Object,
},
itemContentClass: {
type: String
type: String,
},
selected: {
type: Boolean,