dld-vue-ui 1.2.51 → 1.2.53

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
@@ -338,7 +338,7 @@ export interface IOptions {
338
338
  ### 属性
339
339
  |属性名|说明|类型|默认值|
340
340
  |-----|----|-----|----|
341
- |`v-model:form`|表单值|`FormType`|`{}`|
341
+ |`form`|表单值|`FormType`|`{}`|
342
342
  |`title`|弹框标题|`string`|`弹出框`|
343
343
  |`width`|弹框大小|`string`|`500px`|
344
344
  |`fullscreen`|全屏模式|`boolean`|`false`|