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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. 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
+ ![image-20241113173459422](https://raw.githubusercontent.com/Alan1034/PicturesServer/main/PicGo_imgs/202411131735541.png)
445
+
443
446
  ```javascript
444
447
  import { VTreeTransfer } from 'general-basic-form'
445
448
  <VTreeTransfer ref="TreeTransferRef" :data-source.sync="treeFromData" filterable :checkedKeys="checkedKeys">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-basic-form",
3
- "version": "1.0.46",
3
+ "version": "1.0.47",
4
4
  "description": "",
5
5
  "main": "./dist/index.umd.cjs",
6
6
  "type": "module",