1.2.17 • Published 2 years ago
pap-refer-fs-fe v1.2.17
pap-refer
带有业务逻辑的参照汇总
代码演示
$ npm install pap-refer@1.0.0-beta.1 --save
使用演示
// import {RefTreeWithInput} from 'pap-refer/dist/index';
// import 'pap-refer/dist/index.css';
// 不推荐上述使用
// //或者单个引入
import RefTreeWithInput from 'pap-refer/lib/pap-common-tree/src/index';
import 'pap-refer/lib/pap-common-tree/src/index.css';
开发调试
开发时现在根目录pap-refer下执行install,在进入单个参照组件中进行开发调试
$ npm install
$ cd pap-refer/src/pap-common-tree
$ npm run dev
注意事项
1.1.0版本以上是新增属性,
属性 | 说明 | 类型 | 默认值 | |
---|---|---|---|---|
treeNodeDisabledKey | string | - | 指定判断该节点不可选的属性,该属性值应为false或者true | 否 |
treeNodeDisabledFunc(v1.1.0-beta版本) | function(node) | -- | 指定判断该节点不可选的回调函数,return true或者false | 否 |
1.2.16
2 years ago
1.2.17
2 years ago
1.2.15
2 years ago
1.2.14
2 years ago
1.3.0
3 years ago
1.2.8
3 years ago
1.2.7
3 years ago
1.2.9
3 years ago
1.2.12
3 years ago
1.2.13
3 years ago
1.2.10
3 years ago
1.2.11
3 years ago
1.2.6
4 years ago
1.2.5
4 years ago
1.2.4
4 years ago
1.2.3
4 years ago
1.2.2
4 years ago
1.2.1
4 years ago
1.1.2
4 years ago
1.1.1
4 years ago