fix missing trailing comma
This commit is contained in:
@@ -37,7 +37,7 @@ export default {
|
||||
type: Object,
|
||||
},
|
||||
itemContentClass: {
|
||||
type: String
|
||||
type: String,
|
||||
},
|
||||
selected: {
|
||||
type: Boolean,
|
||||
|
||||
Reference in New Issue
Block a user