mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
lint fix
This commit is contained in:
parent
75d76bf5b6
commit
ef57cba0f5
2 changed files with 4 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
||||||
import { DomHandler } from 'primevue/utils';
|
import { DomHandler, UniqueComponentId } from 'primevue/utils';
|
||||||
import { UniqueComponentId } from 'primevue/utils';
|
|
||||||
|
|
||||||
const BadgeDirective = {
|
const BadgeDirective = {
|
||||||
beforeMount(el, options) {
|
beforeMount(el, options) {
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
import ConnectedOverlayScrollHandler from './ConnectedOverlayScrollHandler';
|
import ConnectedOverlayScrollHandler from './ConnectedOverlayScrollHandler';
|
||||||
import DomHandler from './DomHandler';
|
import DomHandler from './DomHandler';
|
||||||
import ObjectUtils from './ObjectUtils';
|
|
||||||
import ZIndexUtils from './ZIndexUtils';
|
|
||||||
import UniqueComponentId from './UniqueComponentId';
|
|
||||||
import EventBus from './EventBus';
|
import EventBus from './EventBus';
|
||||||
|
import ObjectUtils from './ObjectUtils';
|
||||||
|
import UniqueComponentId from './UniqueComponentId';
|
||||||
|
import ZIndexUtils from './ZIndexUtils';
|
||||||
|
|
||||||
export { ConnectedOverlayScrollHandler, DomHandler, ObjectUtils, ZIndexUtils, UniqueComponentId, EventBus };
|
export { ConnectedOverlayScrollHandler, DomHandler, ObjectUtils, ZIndexUtils, UniqueComponentId, EventBus };
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue