Skip to content

Commit

Permalink
feat(form): purge
Browse files Browse the repository at this point in the history
  • Loading branch information
1Mateus committed Feb 1, 2024
1 parent f6dc779 commit f0ee6a1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions front/components/Invoice/Token/Form.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ onBeforeMount(() => {
invoiceStore.selectedToken = defaultToken
}
})
watch(
() => route.path,
(newPath: string, olderPath: string) => {
console.log('newPath,', newPath)
console.log('olderPath,', olderPath)
}
)
</script>

<template>
Expand Down

0 comments on commit f0ee6a1

Please sign in to comment.