Skip to content
On this page

dialog(弹出框)组件

https://element-plus.org/zh-CN/component/description.html

基础用法

通常用法

属性

属性名说明类型默认值
options选项Array-
column一行 Descriptions Item 的数量number3
label-widthlabel的宽度string''
title标题文本,显示在左上方string''
extra操作区文本,显示在右上方string''
showAll是否显示全部文本booleanfalse

方法

属性名说明类型
changeSelect值的改变可以通过change事件监听Function(value, label, item)