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

How to use Dialog Plugin to implement asynchronous commit operations? #17120

Open
AAABingBing opened this issue Apr 18, 2024 · 2 comments
Open
Labels
area/plugins flavour/vite-plugin Bugs related to Vite usage with Quasar kind/docs 📄 Qv2 🔝 Quasar v2 issues

Comments

@AAABingBing
Copy link

Description

I want to use Dialog Plugin to implement asynchronous submission functionality.

It's like this https://element-plus.org/en-US/component/message-box.html#customization

element-plus/message-box

Just like this

Documentation Section URL

https://element-plus.org/en-US/component/message-box.html#customization

Flavour

Vite Plugin (@quasar/vite-plugin)

Areas

Plugins (quasar)

@github-actions github-actions bot added area/plugins flavour/vite-plugin Bugs related to Vite usage with Quasar labels Apr 18, 2024
@AAABingBing
Copy link
Author

I can indeed use the dialog component to achieve this operation, but the writing method is not as simple as using the dialog plugin $q.dialog to create a dialog box.

@AAABingBing
Copy link
Author

The ElementPlus Message Box is implemented in this way:

elementPlus/messageBox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/plugins flavour/vite-plugin Bugs related to Vite usage with Quasar kind/docs 📄 Qv2 🔝 Quasar v2 issues
Projects
None yet
Development

No branches or pull requests

1 participant