Streamlined async operations for Vue.
npm install @txe/vue-async-operationsStreamlined async operations for Vue.
Available as @txe/vue-async-operations via your preferred Node.js package manager.
| Function | Description |
| ---------------------------------------------- | --------------------------------------------------------------- |
| useLeadingOperation | Prevents new async operations while one is already in progress. |
| useTrailingOperation | Ignores previous async operations and tracks only the latest. |
``html
``