forked from verdnatura/salix-front
fix: refs #6942 drop console
This commit is contained in:
parent
c6477af493
commit
af32c4b79c
|
@ -147,7 +147,6 @@ watch(formUrl, async () => {
|
|||
});
|
||||
|
||||
onBeforeRouteLeave((to, from, next) => {
|
||||
console.log('entro aqui antes');
|
||||
if (hasChanges.value && $props.observeFormChanges)
|
||||
quasar.dialog({
|
||||
component: VnConfirm,
|
||||
|
|
Loading…
Reference in New Issue