Skip to content

Commit

Permalink
feat: add export maFormRef
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Jun 21, 2024
1 parent 3e8831c commit 135488a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ma-crud/components/form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -395,5 +395,5 @@ const getFormColumns = async (type = 'add') => {
await init()
return formColumns.value
}
defineExpose({ add, edit, see, currentAction, form, getFormColumns })
defineExpose({ add, edit, see, currentAction, form, getFormColumns, maFormRef })
</script>

0 comments on commit 135488a

Please sign in to comment.