Closed
Description
As of PrimeVue 3.1.0, we now have a plugin to do the boilerplate configuration and it needs to be installed. This is likely to break existing applications however it will be incredible useful. New api is;
import {createApp} from 'vue';
import PrimeVue from 'primevue/config';
const app = createApp(App);
app.use(PrimeVue);
Activity