forked from verdnatura/salix-front
remove form model expose
This commit is contained in:
parent
3d9d41afcb
commit
3d0cbcfd12
|
@ -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">
|
||||||
|
|
Loading…
Reference in New Issue