Eduardo San Martin Morote
Eduardo San Martin Morote
Hello, I was trying the lib, which looks very nice and scrolled while dragging an element. This doesn't move the element and thus display it at a wrong position. You...
Hello I noticed that when using `toHaveFetched(url, { headers: {} })`, it will always pass no matter what headers are passed but it should pass only if no headers are...
Docs Roadmap
These are the documentation sections I want to add or improve - [ ] Migrate to Vue.js theme - [x] Use a neutral font (#873) - [ ] Adapt instructions...
Close #58 This still needs work, it's more of an experiment yet. Feel free to pick it up and move forward or propose API ideas So far: - Make `store.aStateProperty`...
I think it would be nice to gather feedback about how to improve the existing devtools or reporting bugs. If you find something that you think can be improved, a...
Currently, the debugging information of events in the Timeline has almost nothing on Vue 2. While tha `events` array doesn't exist in Vue 2, there should be some kind of...
It's time for vuefire to update to [Cloud Firestore](https://firebase.google.com/docs/firestore/) 🎉 In order to give you some visibility about the new version, here's a checklist with features. Feel free to ask...
Add an `.eager` modifier to v-model that ignore `composing` value on the input and eagerly modify the value while the user is still composing a value. #9299 #9777. See the...
After #11 I want to add some patterns that I have found useful by showing real examples with comments. Here are some of them: - Cancelling promises (automatic) - Fetching...
In big applications, it is very common to use similar if not the same pending and error handler. This would prevent a lot of boilerplate from users