vuetifyjs / vue-cli-plugins

🔌 A collection of Vuetify plugins for Vue CLI
https://vuetifyjs.com/en/getting-started/quick-start#vue-cli-3
Other
427 stars 113 forks source link

[Bug Report] routing is not working when using v-select #343

Closed sengottaiyans closed 1 year ago

sengottaiyans commented 1 year ago

Environment

Browsers: Chrome 108.0.0.0 OS: Windows 10

Steps to reproduce

  1. Create vue project
  2. install vuetify with vite
  3. Install vue-router@next
  4. Configure routing
  5. Implement either v-select or v-combobox

    Expected Behavior

    Routing should work after opening (v-select or v-combobox) page

    Actual Behavior

    Routing is not work after opening (v-select or v-combobox) page

    Reproduction Link

    []()

KaelWD commented 1 year ago

Closing due to inactivity.