fix: add page Product list and fix page Cart
This commit is contained in:
@@ -95,7 +95,6 @@ export const useAddressStore = defineStore('address', () => {
|
||||
id: existing.id,
|
||||
...normalize(formData)
|
||||
}
|
||||
|
||||
return true
|
||||
}
|
||||
function deleteAddress(id: number): boolean {
|
||||
|
||||
Reference in New Issue
Block a user