Vuex mutieren den Vuex -Speicherzustand außerhalb von Mutationshandlern nicht. Nuxt
const items = JSON.parse(JSON.stringify(this.$store.getters['cart/items']))
Hurt Hamster
const items = JSON.parse(JSON.stringify(this.$store.getters['cart/items']))