icarys-form-create-vant 3.2.37 → 3.2.38

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 CHANGED
@@ -86,9 +86,9 @@
86
86
  | @form-create/tdesign [![version](https://img.shields.io/npm/v/@form-create/tdesign/next.svg)](https://www.npmjs.com/package/@form-create/tdesign) | [tdesign 版本](http://form-create.com/v3/tdesign/) |
87
87
  | @form-create/iview [![version](https://img.shields.io/npm/v/@form-create/iview.svg)](https://www.npmjs.com/package/@form-create/iview) | [iview 版本](http://form-create.com/v2/iview/) |
88
88
  | @form-create/view-design [![version](https://img.shields.io/npm/v/@form-create/view-design.svg)](https://www.npmjs.com/package/@form-create/view-design) | [view-design 版本](http://form-create.com/v2/iview/) |
89
- | @form-create/vant [![version](https://img.shields.io/npm/v/@form-create/vant.svg)](https://www.npmjs.com/package/@form-create/vant) | [vant 版本(移动端)](http://form-create.com/v3/vant/) |
89
+ | icarys-form-create-vant [![version](https://img.shields.io/npm/v/icarys-form-create-vant.svg)](https://www.npmjs.com/package/icarys-form-create-vant) | [vant 版本(移动端)](http://form-create.com/v3/vant/) |
90
90
  | @form-create/designer [![version](https://img.shields.io/npm/v/@form-create/designer.svg)](https://www.npmjs.com/package/@form-create/designer) | [可视化表单设计器](http://form-create.com/v3/designer) |
91
- | @form-create/vant-designer [![version](https://img.shields.io/npm/v/@form-create/vant-designer.svg)](https://www.npmjs.com/package/@form-create/designer) | [移动端表单设计器](http://form-create.com/v3/mobile) |
91
+ | icarys-form-create-vant-designer [![version](https://img.shields.io/npm/v/icarys-form-create-vant-designer.svg)](https://www.npmjs.com/package/@form-create/designer) | [移动端表单设计器](http://form-create.com/v3/mobile) |
92
92
 
93
93
  **分支说明**
94
94
 
@@ -98,16 +98,16 @@
98
98
 
99
99
  例如:
100
100
 
101
- 安装Vue2版本的@form-create/vant
101
+ 安装Vue2版本的icarys-form-create-vant
102
102
 
103
103
  ```sh
104
- npm install @form-create/vant
104
+ npm install icarys-form-create-vant
105
105
  ```
106
106
 
107
- 安装Vue3版本的@form-create/vant
107
+ 安装Vue3版本的icarys-form-create-vant
108
108
 
109
109
  ```sh
110
- npm install @form-create/vant@next
110
+ npm install icarys-form-create-vant@next
111
111
  ```
112
112
 
113
113
  ## 示例