# dynamic-attributes-form-item
**Repository Path**: shixw_usr/dynamic-attributes-form-item
## Basic Information
- **Project Name**: dynamic-attributes-form-item
- **Description**: 基于VUE+ElementUI的添加动态属性的表单组件
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 2
- **Created**: 2019-11-11
- **Last Updated**: 2021-11-07
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 基于VUE+ElementUI的添加动态属性的表单组件
> 此组件为在使用VUE+ElementUI开发项目过程中总结出一个动态属性添加的表单组件,可以直接在依赖ElementUI开发的项目中使用
[](https://vuejs.org/)
[](https://www.npmjs.com/package/dynamic-attributes-form-item)
[](https://npmcharts.com/compare/dynamic-attributes-form-item)
## [示例地址](https://shixw.github.io/dynamic-attributes-form-item/demo/)
### 示例

### 使用方式
1. 需首先安装elementUI依赖
2. 安装
```bash
npm i dynamic-attributes-form-item
```
3. 示例代码
```vue
动态属性表单组件
提交
```
### 参数说明
| 属性 | 描述 | 类型 | 默认值 |
| ---------------- | ------------------------ | ------ | -------- |
| title | 标题 | String | 动态属性 |
| values | 绑定值 | Array | [] |
| attributeName | 属性的名称 | String | 属性 |
| attributeOptions | 动态属性可选择值(必填) | Array | [] |