Updated
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
// provide / inject
|
||||
|
||||
import type { ProductVariantProvideType } from "~/pages/product/[id].vue";
|
||||
import type { ProductVariantProvideType } from "~/pages/product/types";
|
||||
|
||||
const { selectedVariant } = inject("productVariant") as ProductVariantProvideType;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user