Closed alphayowakarindi closed 1 year ago
I'm adding the template to an existing project and everything works fine. However, when I add the Crud page I get the error Uncaught (in promise) Error: No PrimeVue Toast provided!.
Crud page
Uncaught (in promise) Error: No PrimeVue Toast provided!
I tried to move the Not Found page and that worked. Kindly assist.
Not Found page
ToastService must be imported in main.js file
import ToastService from 'primevue/toastservice'; const app = createApp(App); app.use(ToastService);
I'm adding the template to an existing project and everything works fine. However, when I add the
Crud page
I get the errorUncaught (in promise) Error: No PrimeVue Toast provided!
.I tried to move the
Not Found page
and that worked. Kindly assist.