vue-async-computed icon indicating copy to clipboard operation
vue-async-computed copied to clipboard

Async computed properties for Vue.js

Results 25 vue-async-computed issues
Sort by recently updated
recently updated
newest added

$requestState.state is always `updating` if computed resolves to `0`. It is never becomes `success`.

Normally, async computed properties work with debouncing in the way the result of a change is not committed if other changes are triggered before the result is committed. For example,...

Hello, nice project! I'd like to give my input on a potential issue one may encounter if he doesn't understand the logic behind VueJS dependencies. The following code will not...

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies

I think this line is to blame: https://github.com/foxbenjaminfox/vue-async-computed/blob/71020d6b4d6c9d0a0e6be6e835ca2bbbe15c3fb0/src/index.js#L160 Logic goes like this: - "isComputedLazy": "Does the asyncComputed property have the 'lazy' property? - "isLazyActive": "Is the [lazy] property set to...