mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Lint fixes
This commit is contained in:
parent
4a99deefff
commit
31bf880cec
3 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
import { afterEach } from 'vitest';
|
import { afterEach } from 'vitest';
|
||||||
import FilterService from '../FilterService';
|
import FilterService from '../FilterService';
|
||||||
|
|
||||||
const filters = FilterService.filters;
|
const filters = FilterService.filters;
|
||||||
|
|
||||||
import { ObjectUtils } from 'primevue/utils';
|
import { ObjectUtils } from 'primevue/utils';
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
import { mount } from '@vue/test-utils';
|
import { mount } from '@vue/test-utils';
|
||||||
import { beforeEach } from 'vitest';
|
import { beforeEach } from 'vitest';
|
||||||
import Avatar from './Avatar.vue';
|
import Avatar from './Avatar.vue';
|
||||||
|
|
||||||
let wrapper = null;
|
let wrapper = null;
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
|
|
|
@ -22,6 +22,7 @@ import FooterSection from './landing/FooterSection';
|
||||||
import TemplateSection from './landing/TemplateSection';
|
import TemplateSection from './landing/TemplateSection';
|
||||||
import ThemeSection from './landing/ThemeSection';
|
import ThemeSection from './landing/ThemeSection';
|
||||||
import UsersSection from './landing/UsersSection';
|
import UsersSection from './landing/UsersSection';
|
||||||
|
|
||||||
const Intro = defineAsyncComponent(() => import('./landing/Intro.vue'));
|
const Intro = defineAsyncComponent(() => import('./landing/Intro.vue'));
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue