mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Components added. Build issues fixed
This commit is contained in:
parent
5b66ed1093
commit
18c3721848
344 changed files with 12446 additions and 8758 deletions
|
@ -11,7 +11,7 @@ describe('Fieldset.vue', () => {
|
|||
toggleable: true,
|
||||
collapsed: true
|
||||
},
|
||||
slots: {
|
||||
slots: {
|
||||
default: `<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit</p>`
|
||||
}
|
||||
});
|
||||
|
@ -28,4 +28,4 @@ describe('Fieldset.vue', () => {
|
|||
wrapper.vm.toggle({});
|
||||
expect(wrapper.emitted()['update:collapsed'][0]).toEqual([true]);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue