I’m using PrimeVue with CDN, but the newest version seem to have changed some configurations. I tried:
<code>app.use(ToastService)
</code>
<code>app.use(ToastService)
</code>
app.use(ToastService)
But it gives the error message: ToastService is not defined
The documentation only shows how to use the calendar with CDN, for other components you must guess, which is a problem with Toast, since Toast use extra configuration.