quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time

Home Page:https://quasar.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to use `Dialog Plugin` to implement asynchronous commit operations?

AAABingBing opened this issue · comments

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)

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.

The ElementPlus Message Box is implemented in this way:

elementPlus/messageBox