vuetifyjs/create

[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])

cmatyja opened this issue · 2 comments

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

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

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