feat: useVxeTable returns formApi instance (#4582)

This commit is contained in:
Vben
2024-10-07 13:32:37 +08:00
committed by GitHub
parent 60c615ce8a
commit f8ce3fdf1f
5 changed files with 67 additions and 62 deletions

View File

@@ -217,7 +217,7 @@ async function init() {
}
onMounted(() => {
props.api?.mount?.(gridRef.value);
props.api?.mount?.(gridRef.value, formApi);
init();
});
</script>