Appearance
Element Plus
TODO
组件文档编写: 组件描述与功能定位\属性描述与示例
组件相关功能示例代码
功能/场景应用示例
编码设计与功能梳理: 参考代码整理
组件待完善功能
待增加组件编写
kit 工具库使用
vue-use 工具库使用
第三方工具库常用功能罗列与描述
type 类型
- el-button:
primary
success
info
warning
danger
- 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 指令
组件
常用
- e-steps 步骤 下一步
- e-menu 菜单
- e-css 样式
- 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'