new changes
This commit is contained in:
@@ -14,7 +14,7 @@ const useDeleteAddress = () => {
|
||||
|
||||
const { $axios: axios } = useNuxtApp();
|
||||
|
||||
// method
|
||||
// methods
|
||||
|
||||
const handleDeleteAddress = async (id: number) => {
|
||||
const { data } = await axios.delete(
|
||||
|
||||
Reference in New Issue
Block a user