Eduardo San Martin Morote
Eduardo San Martin Morote
Nice investigation!
That's really useful! It helps understanding a bit better but I still can't manage to do it. It does seem possible to achieve with the existing information. I tried a...
You should import it from vue-property-decorator like `import { Component, Vue } from 'vue-property-decorator'` It looks like Vue is automatically imported within VSCode as creating an empty vue file already...
I reproduced it with the cli by creating a project with babel + ts and upgrading ts to its latest version (but it appears on 3.5.3 too)
FYI in the upcoming custom resolvers I'm trying to introduce a consistent behaviour. Right now I'm going for this: optional params are always `null` if missing (not passed, empty string,...
> If someone ran preloadData and then 10 seconds later navigated to the route, should the loaders actually get run twice, or should the second time use the result of...
regarding the tests, I would say that preloading should be reused if possible. If that's not possible, loaders should be aware of an existing preload to reuse it if they...
I know it's been a year, but this is still in my roadmap. No need to rebase yet
Closing this as the codebase has changed too much in the meantime π The current defineMutation could be improved but it's fine for a first version
I donβt think it makes sense to extract the route into a different file because one of the points of using this is to have the route information next to...