fix : Correctifs

This commit is contained in:
2026-02-25 10:12:30 +01:00
parent c52f22472d
commit ae87f2b568
25 changed files with 95 additions and 89 deletions

View File

@@ -8,8 +8,6 @@ import { createAddress, getAddress, updateAddress } from "~/services/address"
import { getCustomer, updateCustomer } from "~/services/customer"
import type { CustomerData } from "~/services/dto/customer-data"
definePageMeta({ layout: "default" })
const route = useRoute()
const router = useRouter()
const customerId = computed(() => Number(route.query.customerId))