changed api composbale name
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import useGetAccount from "~/composables/api/account/useGetAccount";
|
||||
import { useAuth } from "~/composables/api/auth/useAuth";
|
||||
import useGetOrdersCart from "~/composables/api/orders/useGetOrdersCart";
|
||||
import useGetCartOrders from "~/composables/api/orders/useGetCartOrders";
|
||||
import { NAV_LINKS } from "~/constants";
|
||||
|
||||
// state
|
||||
@@ -16,7 +16,7 @@ const isSideDrawerOpen = ref(false);
|
||||
|
||||
const { data: account } = useGetAccount();
|
||||
|
||||
const { data: cart } = useGetOrdersCart();
|
||||
const { data: cart } = useGetCartOrders();
|
||||
|
||||
// computed
|
||||
|
||||
|
||||
Reference in New Issue
Block a user