1.1.2 • Published 2 years ago

ld-fg-show v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

ld-fg-show

  • 作者:niuguimin
  • 邮箱:niuguimin@sdnydb.com
  • 版本:1.1.2

安装

ld-* 组件 命名空间统一为 ld-,请使用以下命令进行组件安装。

Add package to your project

npm install ld-fg-show --save
or
yarn install ld-fg-show --save

Add ld-fg-show component to your project

<script>
import { LdFgShow } from 'ld-fg-show'

export default {
  components: { LdFgShow },
  data() {
    return {
    }
  },
}
</script>
<ld-fg-show 
  :formConf="fConf"
  :formData="[]"
  :change="() => {}"
/>

配置参数

PropTypeDefaultDescription
formConfobject{}表单配置json
formDataobject{}表单关联数据
changefuncion() => {}表单变化时,触发回调函数

Example

You can clone this project and start example locally with these commands. It's in the dev folder.

npm install
npm run serve

Code

https://github.com/ngm-Irelia/ld-fg-show

包含demo文件,因渲染机制,必须是完整的html结构,不允许运行时渲染

Change logs

1.1.1

init

1.1.2

更新使用文档