CambiosSolicitadosEntries #201
|
@ -100,7 +100,7 @@ onUnmounted(() => {
|
|||
state.set($props.model, originalData.value);
|
||||
return;
|
||||
}
|
||||
if ($props.clearStoreDataOnUnmount) state.unset($props.model);
|
||||
if ($props.clearStoreOnUnmount) state.unset($props.model);
|
||||
});
|
||||
|
||||
const isLoading = ref(false);
|
||||
|
|
Loading…
Reference in New Issue