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