pikax/vue-composable

useCancellablePromise: calling exec() every time after calling cancel(), the cancelled.value will always be true.

Trendymen opened this issue · 0 comments

After calling cancel() once, calling the exec() in next time, the cancelled.value will always be true.