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 +6 -6
- package/dist/form-create.esm.js +2112 -0
- package/dist/form-create.esm.min.js +7 -0
- package/dist/form-create.js +1982 -1788
- package/dist/form-create.min.js +2 -3
- package/package.json +5 -9
- package/src/components/icon/IconWarning.vue +12 -0
- package/src/components/index.js +2 -0
- package/dist/form-create.min.js.map +0 -1
package/README.md
CHANGED
|
@@ -86,9 +86,9 @@
|
|
|
86
86
|
| @form-create/tdesign [](https://www.npmjs.com/package/@form-create/tdesign) | [tdesign 版本](http://form-create.com/v3/tdesign/) |
|
|
87
87
|
| @form-create/iview [](https://www.npmjs.com/package/@form-create/iview) | [iview 版本](http://form-create.com/v2/iview/) |
|
|
88
88
|
| @form-create/view-design [](https://www.npmjs.com/package/@form-create/view-design) | [view-design 版本](http://form-create.com/v2/iview/) |
|
|
89
|
-
|
|
|
89
|
+
| icarys-form-create-vant [](https://www.npmjs.com/package/icarys-form-create-vant) | [vant 版本(移动端)](http://form-create.com/v3/vant/) |
|
|
90
90
|
| @form-create/designer [](https://www.npmjs.com/package/@form-create/designer) | [可视化表单设计器](http://form-create.com/v3/designer) |
|
|
91
|
-
|
|
|
91
|
+
| icarys-form-create-vant-designer [](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
|
|
101
|
+
安装Vue2版本的icarys-form-create-vant
|
|
102
102
|
|
|
103
103
|
```sh
|
|
104
|
-
npm install
|
|
104
|
+
npm install icarys-form-create-vant
|
|
105
105
|
```
|
|
106
106
|
|
|
107
|
-
安装Vue3
|
|
107
|
+
安装Vue3版本的icarys-form-create-vant
|
|
108
108
|
|
|
109
109
|
```sh
|
|
110
|
-
npm install
|
|
110
|
+
npm install icarys-form-create-vant@next
|
|
111
111
|
```
|
|
112
112
|
|
|
113
113
|
## 示例
|