1.0.6 • Published 1 year ago

unplugin-primevue-resolver v1.0.6

Weekly downloads
-
License
AGPL-3.0-or-later
Repository
github
Last release
1 year ago

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

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago