scsv-ele-form
TypeScript icon, indicating that this package has built-in type declarations

0.0.10 • Public • Published

scsv-ele-form | 基于 vue-ele-form 的数据驱动表单组件

MIT Licence npm

文档

https://www.yuque.com/chaojie-vjiel/vbwzgu

私有库修改

添加

EleFormGeoText 组件

更新

EleFormSection 组件

  • el-col 修改 v-bind 属性,支持传入 colAttrs 设置 el-col 属性
 formSections = [
  {
    // 分区标题
    title: '基本信息',
    colAttrs: {md: 8,xs: 24},//设置el-col属性
    formDesc: {
      name: {
        type: 'input',label: '姓名',
        colAttrs:{md: 8,xs: 24},
      },
      age: {label: '年龄',type: 'number'},
    }
  },
]

Package Sidebar

Install

npm i scsv-ele-form

Weekly Downloads

1

Version

0.0.10

License

MIT

Unpacked Size

3.92 MB

Total Files

83

Last publish

Collaborators

  • c_junjie