unplugin-primevue-resolver
v1.0.6
Published
This is a custom resolver for unplugin, with an up-to-date list of PrimeVue components.
Downloads
488
Readme
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