You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(QBadge): doesn't render slot if has label (#13462)
* fix(QBadge): doesn't render slot if has label
This is particularly problematic when using
```vue
<QBadge label="Foo"><QMenu>Doesn't show</QMenu></QBadge>
```
* Remove one too many space
* Update QBadge.js
Co-authored-by: Razvan Stoenescu <razvan.stoenescu@gmail.com>
0 commit comments