You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use vuetify to develop an application, I often need to create a dialog and a snackbar to interact with the user, or to notify the user of the prompt message. If I need to create a label in the html for each message, it is too much trouble, adding a lot of duplicates.
Proposed solution
I think you need to add a tool to call the function of creating a dialog (for example, by making a function, using Promise to call), to create a simple dialog more conveniently, to present a short message to the user, just like Element- UI and Muse-UI implementation(
Problem to solve
When I use vuetify to develop an application, I often need to create a dialog and a snackbar to interact with the user, or to notify the user of the prompt message. If I need to create a label in the html for each message, it is too much trouble, adding a lot of duplicates.
Proposed solution
I think you need to add a tool to call the function of creating a dialog (for example, by making a function, using Promise to call), to create a simple dialog more conveniently, to present a short message to the user, just like Element- UI and Muse-UI implementation(
)
The text was updated successfully, but these errors were encountered: