@fast-form-designer/vue 0.1.0 → 0.1.1

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 +4 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -180,6 +180,10 @@ const handleReset = () => {
180
180
  </script>
181
181
  ```
182
182
 
183
+ ## 预览
184
+
185
+ [![pZRKTNd.png](https://s41.ax1x.com/2026/01/26/pZRKTNd.png)](https://imgchr.com/i/pZRKTNd)
186
+
183
187
  ## API 参考
184
188
 
185
189
  ### FastFormDesigner Props
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fast-form-designer/vue",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "author": {
5
5
  "name": "lywuhan",
6
6
  "email": "wu_han@aliyun.com"
@@ -15,13 +15,13 @@
15
15
  "low-code"
16
16
  ],
17
17
  "license": "MIT",
18
- "homepage": "https://github.com/iamwuhan/fast-form-designer-vue",
18
+ "homepage": "https://github.com/lywuhan/fast-form-design-vue",
19
19
  "bugs": {
20
- "url": "https://github.com/iamwuhan/fast-form-designer-vue/issues"
20
+ "url": "https://github.com/lywuhan/fast-form-design-vue/issues"
21
21
  },
22
22
  "repository": {
23
23
  "type": "git",
24
- "url": "git+https://github.com/iamwuhan/fast-form-designer-vue.git"
24
+ "url": "git+https://github.com/lywuhan/fast-form-design-vue.git"
25
25
  },
26
26
  "type": "module",
27
27
  "engines": {