mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4727
This commit is contained in:
parent
de6b90f0c6
commit
45cf341c9d
1 changed files with 2 additions and 0 deletions
|
@ -148,6 +148,7 @@ import PrimeVue from "primevue/config";
|
|||
import AutoComplete from 'primevue/autocomplete';
|
||||
import Accordion from 'primevue/accordion';
|
||||
import AccordionTab from 'primevue/accordiontab';
|
||||
import AnimateOnScroll from 'primevue/animateonscroll';
|
||||
import Avatar from 'primevue/avatar';
|
||||
import AvatarGroup from 'primevue/avatargroup';
|
||||
import Badge from 'primevue/badge';
|
||||
|
@ -256,6 +257,7 @@ app.directive('badge', BadgeDirective);
|
|||
app.directive('ripple', Ripple);
|
||||
app.directive('styleclass', StyleClass);
|
||||
app.directive('focustrap', FocusTrap);
|
||||
app.directive('animateonscroll', AnimateOnScroll);
|
||||
|
||||
app.component('Accordion', Accordion);
|
||||
app.component('AccordionTab', AccordionTab);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue