fix: Add missing import for useCartStore in catalog
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
<script>
|
||||
import Card from '@/components/catalog/Card.vue';
|
||||
import Cart from '@/components/catalog/Cart.vue';
|
||||
import { useCartStore } from '@/stores/cart';
|
||||
import { inject } from 'vue';
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user