mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 09:52:35 +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
|
@ -4,8 +4,8 @@ import Button from '@/components/button/Button.vue';
|
|||
import InputText from '@/components/inputtext/InputText.vue';
|
||||
|
||||
config.global.directives = {
|
||||
'styleclass': StyleClass
|
||||
}
|
||||
styleclass: StyleClass
|
||||
};
|
||||
|
||||
describe('StyleClass', () => {
|
||||
it('should work with next selector', async () => {
|
||||
|
@ -33,4 +33,4 @@ describe('StyleClass', () => {
|
|||
|
||||
expect(input.classes()).not.toContain('p-disabled');
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue