Lint fixes
parent
4a99deefff
commit
31bf880cec
|
@ -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…
Reference in New Issue