Remove item from cart permanently in Vue.js and Shopify using AJAX [duplicate]
问题 This question already has an answer here : Shopify cart update not working with axios (1 answer) Closed 22 days ago . Looking for some help with removing a product from a MiniCart using Vue.js in a shopify theme. Below you can see the minicart.liquid file and below that the cart data being stored in the datat property. The remove function does remove the ite, however when the browser id refreshed the product reappears and is not saved. Looking for some guidence on solving this issue. I have