[Bug Report][3.5.14] Weird/broken interaction between v-btn, vue-router and npm run dev #19549
Labels
E: router
T: bug
Functionality that does not work as intended/expected
T: regression
Something that used to work but we broke
Environment
Vuetify Version: 3.5.14
Vue Version: 3.4.21
Browsers: Firefox 124.0
OS: Linux x86_64
Steps to reproduce
npm create vuetify
npm i vue-router
main.js
usingapp.use(createRouter(...))
v-btn
inApp.vue
npm run dev
Expected Behavior
Rendered button
Actual Behavior
No button, stack trace in console
Reproduction Link
https://github.com/nagaflokhu/v-btn-bug
Other comments
Not sure if this is a Vuetify issue, a vue-router issue, neither, both. Please let me know if I should open an issue with vue-router instead.
The text was updated successfully, but these errors were encountered: