Static GitHub Issues

[1699] Support symbol link directory in routes generating

prev: [Vue warn]: The client-side rendered virtual DOM tree is not matching server-rendered content. This is likely caused by incorrect HTML markup, for example nesting block-level elements inside <p>, or missing <tbody>. Bailing hydration and performing full client-side render.
next: Unable to access Vue instance properties in asyncData

It's better if nuxt can parse all the files in symbol link directory, just add the options {symlinks: true} in /lib/builder/builder.js, like this

const files = await glob('pages/**/*.vue', { cwd: this.options.srcDir,symlinks:true })

<!--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/c1523">#c1523</a>)</em></sub></div>