Skip to content

Element Plus

TODO

  1. 组件文档编写: 组件描述与功能定位\属性描述与示例

    1. e-adaptor 组件适配器
    2. e-form 表单
    3. e-table 表格
    4. e-table-query 查询表单表格
    5. e-upload 附件上传
    6. e-button 按钮列表
    7. e-dialog 弹窗
    8. e-drawer 抽屉式弹窗
    9. e-drag 拖拽弹窗
    10. e-label-prop 标签式表单
    11. e-icon 图标
    12. e-css 自定义渲染样式
    13. e-css-doc word样式报表
    14. e-css-table 表格适配
    15. e-tabs 标签页
  2. 组件相关功能示例代码

  3. 功能/场景应用示例

  4. 编码设计与功能梳理: 参考代码整理

  5. 组件待完善功能

  6. 待增加组件编写

  7. kit 工具库使用

  8. vue-use 工具库使用

  9. 第三方工具库常用功能罗列与描述

type 类型

  1. el-button: primary success info warning danger
  2. ElMessage: success info warning error

Element Plus

formdate-pickeralertDialog 对话框

组件列表

  • el-adaptor 适配器
  • e-select-tree
  • e-table-query 查询表格
  • e-tree 目录树
  • e-css-form
  • el-check 多选框
  • e-full 全屏
  • el-column 列
  • e-json-editor JSON 展示
  • e-css-table
  • e-css-doc
  • e-ui-json 代码展示
  • e-raw-table
  • e-desc 描述
  • e-css-three 三层
  • el-modal 弹窗
  • e-icon 图标
  • e-form-key
  • e-card 标题
  • e-test
  • e-functional
  • utils 通用
  • upload 文件上传
  • MessageBox 弹窗
  • layout 布局
  • directive 指令

组件

常用

  1. e-steps 步骤 下一步
  2. e-menu 菜单
  3. e-css 样式
  4. e-btn 按钮

未完成

el-modal-form

Attributes

参数说明类型可选值默认
height-String , Number-
maxHeight-String , Number-

Events

事件名说明参数
select--

Methods

事件名说明参数
---

Slot

名称说明参数
---

column Attributes

参数说明类型可选值默认
adaptor适配器-
label名称-

D -


title: Function name tags: array expertise: intermediate firstSeen: 2021-06-13T05:00:00-04:00


Explain briefly what the snippet does.

  • Explain briefly how the snippet works.
  • Use bullet points for your snippet's explanation.
  • Try to explain everything briefly but clearly.
js
const functionName = (arguments) => {
  functionBody
}
js
functionName('sampleInput') // 'sampleOutput'

培训视频