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

[Feature Request] injected notify function #4427

Closed
SeregPie opened this issue Jun 29, 2018 · 2 comments
Closed

[Feature Request] injected notify function #4427

SeregPie opened this issue Jun 29, 2018 · 2 comments
Labels
duplicate The issue has already been reported

Comments

@SeregPie
Copy link
Contributor

Problem to solve

This feature is implemented in almost all other Vue frameworks. Snackbar is the only possible solution for now. But it's always one message at a time and you have to define a component.

Proposed solution

This is how it is implemented in other Vue frameworks.

In Vuetify this could be something like this:

this.$vuetify.notify({
  type: 'info',
  title: '...',
  message: '...',
  closable: true,
  timeout: 2000,
});
@KaelWD
Copy link
Member

KaelWD commented Jun 29, 2018

Duplicate of #3037, maybe also #2384

snackbar [...] always one message at a time

That is never going to change

@KaelWD KaelWD closed this as completed Jun 29, 2018
@KaelWD KaelWD added the duplicate The issue has already been reported label Jun 29, 2018
@alamhubb
Copy link

重复#3037,也许#2384

snackbar [...]一次只有一条消息

这永远不会改变

why?

This is a strong demand from everyone. Why should we refuse? And don't give reasons

@lock lock bot locked as resolved and limited conversation to collaborators Feb 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

3 participants