mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #5727 - Removed utility classes
This commit is contained in:
parent
caa55a3f9f
commit
45c4fe79bb
32 changed files with 93 additions and 175 deletions
|
@ -4,7 +4,7 @@ import BadgeDirective from './BadgeDirective';
|
|||
describe('directive badge should exist', () => {
|
||||
it('positioned badge', () => {
|
||||
const wrapper = mount({
|
||||
template: '<i class="pi pi-bell mr-4 p-text-secondary" style="font-size: 2rem" v-badge="2"></i>',
|
||||
template: '<i class="pi pi-bell mr-4" style="font-size: 2rem" v-badge="2"></i>',
|
||||
directives: {
|
||||
badge: BadgeDirective
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue