feat: 表单组件添加回车事件
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
v-bind="item.props || {}"
|
||||
v-on="item.on || {}"
|
||||
v-model="form[item.prop]"
|
||||
@keyup.enter.native="getValues"
|
||||
>
|
||||
</component>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user