-
Hello, I'm running into an issue where when I initially load the page, my data isn't being loaded, however if I navigate to another page, and then click back to the home page, the data is loaded into …
-
### Versions
- nuxt: v2.14.6
- node: v14.15.4
### Reproduction
Additional Details
### Steps to reproduce
```js
// nuxt.config.js
export default {
srcDir: 'src',
h…
-
### What problem does this feature solve?
This would allow for DRY layouts, without having to copy content over from another base layout which a new layout might be extending. A new layout should be …
-
The GraphQL data model is stable now, so we can create the initial views for the Vue.js app. ~~The first one will be the Graph View, listing all the tasks found in the task pool.~~
It is important …
-
Hello! I have some problemss with dinamic components when ssr turn on.
example
```
const test = true
export default {
layout: cx => {
detect = cx.isDesktop
…
-
Hello ! on my site (https://yineo.fr/), my right sidebar is a component called from **layouts/default.vue**
Because i don't want to call it in every page component.
I know asyncData() is only f…
-
Hi I have an issue with having 403 if I access a url without going to / of the website.
if You guys go to https://webuilder.co.uk/builder it will throw an error
but if you go to https://webuilder.…
-
I dont understand how that works, please add to dock or give me a example
-
I know with rc3 it says not to add issues - but I don't think this is a documentation thing, and in fact it may be more to do with vue-server-renderer but I wanted to run it past you here if that's OK…
-
Hi,
It seems that loading async data is pretty easy from pages, yet I don't find any way to load data asynchronously from nested components.
To explain what I try to do, I made some example proj…