Skip to content
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

No PrimeVue Toast provided! #7059

Open
4 tasks
Ragul-Sakkaravel opened this issue Jan 8, 2025 · 1 comment
Open
4 tasks

No PrimeVue Toast provided! #7059

Ragul-Sakkaravel opened this issue Jan 8, 2025 · 1 comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible

Comments

@Ragul-Sakkaravel
Copy link

Describe the bug

I am use to usetoast import function but i getting error.

No PrimeVue Toast provided!

Pull Request Link

No response

Reason for not contributing a PR

  • Lack of time
  • Unsure how to implement the fix/feature
  • Difficulty understanding the codebase
  • Other

Other Reason

No response

Reproducer

https://primevue.org/toast/

Environment

vue js 3 , vueprime import function Toast cannot be working

Vue version

3

PrimeVue version

4.0.0

Node version

16.17.0

Browser(s)

Chrome

Steps to reproduce the behavior

No PrimeVue Toast provided!

Expected behavior

No PrimeVue Toast provided! please give me a solution

@Ragul-Sakkaravel Ragul-Sakkaravel added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jan 8, 2025
@Shin--
Copy link

Shin-- commented Jan 9, 2025

It is described in the docs you have provided yourself.

import {createApp} from 'vue';
import ToastService from 'primevue/toastservice';

const app = createApp(App);
app.use(ToastService);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible
Projects
None yet
Development

No branches or pull requests

2 participants