-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build the site #37
Comments
I'm getting exactly the same error. Were you able to fix it @EvanSchleret ? |
Has anyone been able to fix this error ? |
same ! |
Okay I managed to get it to work. Here is how :
import {createToaster} from "@meforma/vue-toaster";
export default defineNuxtPlugin(() => {
const toaster = createToaster({});
return {
provide: {toaster},
};
});
const {$toaster} = useNuxtApp();
$toaster.success('Victory music intensifies'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I tried to build my Nuxt 3 application and got this error.
An idea ?
Best regards
The text was updated successfully, but these errors were encountered: