mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor on nuxt-module build
This commit is contained in:
parent
7922625391
commit
4b3e712efd
4 changed files with 95 additions and 85 deletions
|
@ -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?: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue