This commit is contained in:
2023-07-27 22:21:01 +10:00
parent 30a8c8a03a
commit 728472b897

View File

@@ -71,4 +71,5 @@ const enableFormInputs = () => {
};
provide(props.formId, props.modelValue);
defineExpose({ handleSubmit });
</script>