Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using only router.options.ts should enable page mode #15163

Closed
manniL opened this issue Oct 13, 2022 · 0 comments · Fixed by nuxt/framework#8193
Closed

Using only router.options.ts should enable page mode #15163

manniL opened this issue Oct 13, 2022 · 0 comments · Fixed by nuxt/framework#8193

Comments

@manniL
Copy link
Member

manniL commented Oct 13, 2022

Environment


  • Operating System: Linux
  • Node Version: v16.14.2
  • Nuxt Version: 3.0.0-rc.11
  • Nitro Version: 0.5.4
  • Package Manager: npm@7.17.0
  • Builder: vite
  • User Config: -
  • Runtime Modules: -
  • Build Modules: -

Reproduction

  1. Open this StackBlitz
  2. See that no page is shown
  3. Expected: Showing the content of Test.vue
  4. Actual: Showing <NuxtWelcome>

Describe the bug

Using app/router.options.ts without a pages folder (even with pages: true in nuxt.config.ts) does utilize the custom router.

Additional context

No response

Logs

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants