vue-async-computed
vue-async-computed copied to clipboard
improve types to allow access like computed
With this PR, async computed values can be accessed without type error, just like computed values.
Even more, this.$asyncComputed.
is also properly typed.
Hi @qianbin ! Any chance you'd be able to revisit this PR now that the project's migrated to Vue 3? I reckon all the types could use an overhaul possibly.