0
0
Fork 0

fix: refs #6942 drop console

This commit is contained in:
Jorge Penadés 2024-05-23 11:24:29 +02:00
parent c6477af493
commit af32c4b79c
1 changed files with 0 additions and 1 deletions

View File

@ -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,