Skip to content

F1nnM/unplugin-primevue-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

unplugin-primevue-resolver

A resolver for the unplugin-vue-components for use with PrimeVue components.

This is not official from either party, but is more up-to-date than the resolver provided by unplugin.

Usage

1. Install

npm i unplugin-primevue-resolver -D

2. Set up

If you are not already using the PrimeVue Resolver from unplugin, set up the resovler as instructed here.

Then simply replace the import:

// old
import { PrimeVueResolver } from 'unplugin-vue-components/resolvers';
// new
import { PrimeVueResolver } from 'unplugin-primevue-resolver';

Contributing

Pull-Requests are very welcome, especially if I overlooked a component. When adding new components please keep the order alphabetical :D