vue-async-computed-decorator
vue-async-computed-decorator copied to clipboard
A vue-class-component decorator for vue-async-computed
Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
Hello, Thanks for the work on the `AsyncComputed` decorator. I would like to use the decorator's shouldUpdate function but I cannot access the current component instance. The code works but...
Hello. I have a project, that has Vue and Jest written in typescript. Encountered an issue, that Jest fails with ```Cannot find module 'vue-async-computed-decorator'```. I am relatively new to unit...