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

improve types to allow access like computed

Open qianbin opened this issue 4 years ago • 1 comments

With this PR, async computed values can be accessed without type error, just like computed values. Even more, this.$asyncComputed. is also properly typed.

qianbin avatar Nov 30 '20 08:11 qianbin

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.

cdrini avatar Nov 20 '23 20:11 cdrini