@blueking/bkui-form 0.0.49 → 0.0.50
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/dist/bkui-form-es-min.js +5 -3
- package/dist/bkui-form-es.js +175 -369
- package/dist/bkui-form-es.js.map +1 -1
- package/dist/bkui-form-umd-min.js +5 -3
- package/dist/bkui-form-umd.js +175 -369
- package/dist/bkui-form-umd.js.map +1 -1
- package/package.json +1 -1
- package/readme.md +3 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
基于 bk-magic-vue 2.0组件库和JSON Schema协议的表单渲染器
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
**Vue3版本的在v1.0.x分支当中**
|
|
6
6
|
|
|
7
7
|
### 安装
|
|
8
8
|
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
```shell
|
|
12
12
|
npm i @blueking/bkui-form
|
|
13
13
|
```
|
|
14
|
+
|
|
14
15
|
### 使用
|
|
15
16
|
|
|
16
17
|
```vue
|
|
@@ -187,4 +188,4 @@ export default {
|
|
|
187
188
|
},
|
|
188
189
|
};
|
|
189
190
|
</script>
|
|
190
|
-
```
|
|
191
|
+
```
|