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.
2 parents 93cf616 + c52dfee commit e1cb2ceCopy full SHA for e1cb2ce
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