We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65f5779 commit 24f6229Copy full SHA for 24f6229
nuxt3/components/Cart/CartContents.vue
@@ -55,8 +55,6 @@
55
import GET_CART_QUERY from '@/apollo/queries/GET_CART_QUERY.gql'
56
import UPDATE_CART_MUTATION from '@/apollo/mutations/UPDATE_CART_MUTATION.gql'
57
58
-const router = useRouter()
59
-
60
const isRemoving = useState('isRemoving', () => false)
61
62
defineProps({
0 commit comments