Skip to content

对话框 Dialog

可以包含多个元素的对话框。

Attributes

属性描述类型推荐值默认
model-value / v-model绑定值boolean-false
width对话框宽度string--
title标题string--
cancel取消按钮的文字string-cancel
done确定按钮的文字string-done
beforeDone确定按钮触发前的回调function-done => done()
maskClose点击背景是否可以关闭boolean-true
header slot标题(插槽)---
footer slot底部(插槽)---

events

事件名称描述回调参数
close模态框关闭时的回调() => void
ok确认按钮点击的回调,若使用 slot#footer 则无效() => void

Released under the MIT License.