李恒道 发表于 2022-6-28 12:25:22

quasar修改Dialog.create对话框按钮文字

```
Dialog.create({
    message: "88888",
    ok: {
      label: i18n.t("取消")
    }, // we want the user to not be able to close it
    cancel: false
})

```
ok就是一个button对象,直接设置即可
页: [1]
查看完整版本: quasar修改Dialog.create对话框按钮文字