Static GitHub Issues

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

prev: Page loading intermittently hangs on axios get to localhost url
next: Custom Logger - Request

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?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2713">#c2713</a>)</em></sub></div>