Refactor on nuxt-module build

This commit is contained in:
Mert Sincan 2024-06-20 16:20:59 +01:00
parent 7922625391
commit 4b3e712efd
4 changed files with 95 additions and 85 deletions

View file

@ -1,5 +1,5 @@
import { components, directives, type MetaType } from '@primevue/metadata';
import type { ComponentResolveResult, ComponentResolver } from 'unplugin-vue-components/types';
import { components, directives, MetaType } from '@primevue/metadata';
import type { ComponentResolver, ComponentResolveResult } from 'unplugin-vue-components/types';
export interface PrimeVueResolverOptions {
components?: {