Alexander Rozhkov
Alexander Rozhkov
## Summary Support [modern build mode](https://cli.vuejs.org/guide/browser-compatibility.html#modern-mode) similar to Vue CLI and Nuxt already have. ### Basic example Quote from Vue CLI docs: > With Babel we are able to leverage...
### Describe the bug If component id is not explicitly specified, it is generated using Math.random(), which leads to hydration errors: ``` Hydration attribute mismatch on - rendered on...
# Describe the PR If component id is not explicitly specified, it is generated using Math.random(), which leads to hydration errors: ``` Hydration attribute mismatch on - rendered on...
### 🔗 Linked issue Resolves #918 ### ❓ Type of change - [ ] 📖 Documentation (updates to the documentation or readme) - [X] 🐞 Bug fix (a non-breaking change...