general-basic-form 1.0.46 → 1.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| VDescriptions | | √ | √ | √ | |
|
|
9
9
|
| VInputMobilecVerification | | √ | √ | √ | |
|
|
10
10
|
| VInputGraphicVerification | | √ | √ | √ | |
|
|
11
|
+
| VTreeTransfer | √ | | | | √ |
|
|
11
12
|
|
|
12
13
|
示例:
|
|
13
14
|
|
|
@@ -440,6 +441,8 @@ descriptionsItemProps:el-descriptions-item的配置
|
|
|
440
441
|
|
|
441
442
|
# VTreeTransfer树形穿梭框
|
|
442
443
|
|
|
444
|
+

|
|
445
|
+
|
|
443
446
|
```javascript
|
|
444
447
|
import { VTreeTransfer } from 'general-basic-form'
|
|
445
448
|
<VTreeTransfer ref="TreeTransferRef" :data-source.sync="treeFromData" filterable :checkedKeys="checkedKeys">
|