Commit a28c85d4c10fd5fa1d2e9b7d500c8c108891c6bd

Authored by 刘汉宸
1 parent 987a3ddb

fix: 修复表格事件监听

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
packages/form/index.vue
1 <template> 1 <template>
2 - <el-form ref="form" :model="value || model" class="z-form" v-bind="$attrs"> 2 + <el-form ref="form" :model="value || model" class="z-form" v-bind="$attrs" v-on="$listeners">
3 <slot v-if="$slots.row" name="row"></slot> 3 <slot v-if="$slots.row" name="row"></slot>
4 <el-row v-else v-bind="row"> 4 <el-row v-else v-bind="row">
5 <slot></slot> 5 <slot></slot>