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

[Bug Report][3.5.13] Issue with a unplugin-vue-router "Catch all / 404 Not found" file which includes a v-btn (e.g. [...all.vue]) #53

Closed
cmatyja opened this issue Mar 28, 2024 · 2 comments

Comments

@cmatyja
Copy link

cmatyja commented Mar 28, 2024

Environment

Vuetify Version: 3.5.13
Last working version: 3.5.11
Vue Version: 3.4.21
Browsers: Chrome 123.0.0.0
OS: Windows 10 with WSL2

Steps to reproduce

  1. Create a project with npm create vuetify
  2. Create a [...all].vue in root of the pages directory
  3. Add a <v-btn>Test</v-btn> element in this file
  4. Open the / page in the browser

Expected Behavior

See a large button in the page

Actual Behavior

Nothing in the page : we've getting an error in the console Uncaught (in promise) Error: Missing required param "all"

Reproduction Link

https://codesandbox.io/p/github/cmatyja/vuetify-catch-all-route-issue/main

@userquin
Copy link
Member

@cmatyja add an index route and try with missing route (/missing for example), this is a problem in vue router (unplugin vue router)

@johnleider johnleider transferred this issue from vuetifyjs/vuetify Mar 31, 2024
@cmatyja
Copy link
Author

cmatyja commented Apr 17, 2024

This issue have been solved with this PR vuetifyjs/vuetify#19614 merged in v3.5.16

@cmatyja cmatyja closed this as completed Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants