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) => {
|
onBeforeRouteLeave((to, from, next) => {
|
||||||
console.log('entro aqui antes');
|
|
||||||
if (hasChanges.value && $props.observeFormChanges)
|
if (hasChanges.value && $props.observeFormChanges)
|
||||||
quasar.dialog({
|
quasar.dialog({
|
||||||
component: VnConfirm,
|
component: VnConfirm,
|
||||||
|
|
Loading…
Reference in New Issue