zhytech-ui 1.0.17 → 1.0.18
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 +4 -1
- package/dist/zhytech-ui.es.js +447 -447
- package/dist/zhytech-ui.umd.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -36,7 +36,10 @@ createApp(app).use(zhytechUI)
|
|
|
36
36
|
```html
|
|
37
37
|
<zhy-form-designer :formData="formData"></zhy-form-designer>
|
|
38
38
|
```
|
|
39
|
-
|
|
39
|
+
#### 3、使用组件提供的类
|
|
40
|
+
```ts
|
|
41
|
+
import type { batchAddComponentParam, dynamicFormData, uploadOption } from "zhytech-ui";
|
|
42
|
+
```
|
|
40
43
|
> #### 注意:
|
|
41
44
|
|
|
42
45
|
1)、此组件库提供的所有组件在使用时均需要添加**zhy**前缀,如:zhy-form-designer
|