Danny Andres

Results 4 issues of Danny Andres

This PR resolves the issue [#5793](https://github.com/nuxt/framework/issues/5793) A developer will be able to create multiple folders in /layouts and then access them in pages. This feature was heavily inspired in the...

enhancement

I'm trying to use "examples/using_batcher.py" example with my keys and i'm not getting nowhere, I'm getting the following error: ``` Traceback (most recent call last): File "query.py", line 9, in...

### Environment #### Nuxt Version - nuxt: v3.0.0 rc-4 ### Reproduction #### Steps to reproduce On a clean Nuxt 3 install. Create a layout inside a folder like. `layouts/mobile/custom.vue` Use...

enhancement
3.x
🍰 p2-nice-to-have

If I access /home from url as the first page to load it will not find auth variable with `const auth = getAuth();` `nuxtApp.vueApp.provide('auth', auth);` `nuxtApp.provide('auth', auth);` because it cannot...