DropdownItem.className should not be enforced to be a string.

It can also be a class -> boolean object.
This commit is contained in:
Fabio Manganiello 2023-01-14 22:11:05 +01:00
parent a58caa17e2
commit aa22507f50
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@ export default {
default: false,
},
itemClass: {
type: String,
}
itemClass: {}
},
methods: {