-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Menu is broken #267
Comments
Hi @RobinMalfait! Found out it's breaking after Vue 3.0.5. |
Hey! Thank you for your bug report! Very odd that this starts happening randomly after a some patch updates 🤔 |
Vue broke this in a 3.0.5 release, it still worked in 3.0.4. Fixes: #267
Vue broke this in a 3.0.5 release, it still worked in 3.0.4. Fixes: #267
* bump Vue * ensure we reference the vite.config.js * fix event name casing Vue broke this in a 3.0.5 release, it still worked in 3.0.4. Fixes: #267 * handle throwing while rendering a better in tests
This should be fixed, and will be available in the next release. Relevant PR: #279 |
* bump Vue * ensure we reference the vite.config.js * fix event name casing Vue broke this in a 3.0.5 release, it still worked in 3.0.4. Fixes: #267 * handle throwing while rendering a better in tests
* bump Vue * ensure we reference the vite.config.js * fix event name casing Vue broke this in a 3.0.5 release, it still worked in 3.0.4. Fixes: #267 * handle throwing while rendering a better in tests
* bump Vue * ensure we reference the vite.config.js * fix event name casing Vue broke this in a 3.0.5 release, it still worked in 3.0.4. Fixes: #267 * handle throwing while rendering a better in tests
In the latent version of vue the components are broken. Even on the demo page the menu doesn’t open on click. In my own build it opens but active state on hover or keyboard navigation does not work.
The text was updated successfully, but these errors were encountered: