[Vuejs]-Remove item from cart permanently in Vue.js and Shopify using AJAX

0👍

Should
<span @click="remove(item)">

Not be <span @click="remove(${item})">?

Leave a comment