Type of class attribute for icons is wrong
elevatebart opened this issue · 0 comments
elevatebart commented
Vue class attribute is a string for now.
It should be a ClassObject | array<ClassObject>
where ClassObject
is string | Record<string, boolean>