forked from platypush/platypush
DropdownItem.className should not be enforced to be a string.
It can also be a class -> boolean object.
This commit is contained in:
parent
a58caa17e2
commit
aa22507f50
1 changed files with 1 additions and 3 deletions
|
@ -31,9 +31,7 @@ export default {
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
|
|
||||||
itemClass: {
|
itemClass: {}
|
||||||
type: String,
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in a new issue