0
0
Fork 0

remove form model expose

This commit is contained in:
William Buezas 2024-06-21 16:57:51 -03:00
parent 3d9d41afcb
commit 3d0cbcfd12
1 changed files with 1 additions and 1 deletions

View File

@ -246,7 +246,7 @@ function updateAndEmit(evt, val, res) {
emit(evt, state.get(modelValue), res); emit(evt, state.get(modelValue), res);
} }
defineExpose({ save, isLoading, hasChanges, formData }); defineExpose({ save, isLoading, hasChanges });
</script> </script>
<template> <template>
<div class="column items-center full-width"> <div class="column items-center full-width">