Within a Nuxt App I am loading an API resource (product) using fetch() and subsequently commit it to the Vuex Store. For some reason, the store value gets overw
fetch()