Sébastien Chopin

Results 957 comments of Sébastien Chopin

Well actually it won’t remove the cas injected by Layout A when moving to Layout B 😬 We are looking to add this feature in Nuxt 3 / Vue 3,...

Like I already stated above, this is not possible with Nuxt 2.X and Vue 2.X, we will work on this for Nuxt 3 / Vue 3.

I am not sure to understand what you want to achieve @andyyanlang

Take a look on the internet :) https://petelepage.com/blog/2020/08/measure-understand-how-installed-pwa-users-differ-from-browser-tab-users/

We need to soon upgrade the documentation to Docus V2 or V3. We can keep this issue open in the meantime. (ping @tahul)

Thank you for the PR @Teranode Actually this is more complex that it seems since in Nuxt 3 we do have direct function call when making local request to the...

PR welcome :) ![Screenshot 2021-02-02 at 11.39.00.png](https://maintainers.s3.fr-par.scw.cloud/Screenshot_2021_02_02_at_11_39_00_c47d1a5270.png) https://github.com/nuxt-community/axios-module/edit/master/docs/content/en/helpers.md

Looking at the source code is always the best to understand how a Nuxt module works :) See https://github.com/nuxt-community/axios-module/blob/master/lib/plugin.js#L23-L34

You can keep this one open if you want to open a PR to resolve this issue :wink:

Your solution sounds good @kgrosvenor You can also use a server plugin directly to make the code cleaner: ```js // plugins/axios.server.js import https from 'https' // This will be shared...