Home

Issue: 3132

Is it safe to remove the __NUXT__ property when onNuxtReady gets called?

[issue link]

I need to remove the __NUXT__ property because it has a reference to the Vuex store and I don’t want that.

My Vuex store has some sensitive information inside of it that I load asynchronously on the browser.

Can I get rid of it when onNuxtReady gets called?

This question is available on Nuxt.js community (#c2713)