primefaces / primevue-nuxt-module

MIT License
73 stars 11 forks source link

Add shorthands to include components/directives/composables #4

Closed mertsincan closed 11 months ago

mertsincan commented 11 months ago

Exp;

primevue: {
    components: {
        includes: ['Toast', 'Button', 'InputText']
    }
    ...
}

OR 

primevue: {
    components: ['Toast', 'Button', 'InputText']
    ...
}