primefaces / primevue-nuxt-module

MIT License
70 stars 11 forks source link

chore: fix bug when primevue component is used as service #22

Closed dammy001 closed 8 months ago

dammy001 commented 8 months ago

reproduction:

primevue: {
   components: {
      include: ['Dialog', { name: 'Toast', use: { as: 'ToastService' } }]
   }
}
mertsincan commented 8 months ago

Thanks a lot for your contribution!

Best Regards,