UNPKG

@zxy-space/v-form

Version:

* `Mixin` 公用方法使用 `__` 作为前缀 * 事件传递使用 `e__` 作为前缀 * `@` 为组件校验规则保留关键字

11 lines (10 loc) 128 B
export default { props: { formModel: { type: Object, default: () => ({ rules: {} }) } } }