Vue Promise Snapshot
Reactive object that sync itself based on the latest snapshot of interaction with a Promise.
News
This stable version is compatible with Vue 2 using @vue/composition-api
plugin.
If you want Vue 3 beta compatible version, then see here
Tips
If you want same functionality, but as component, then checkout vue-promise-builder.
Installation
- Using NPM
npm install vue-promise-snapshot
- Using Yarn
yarn add vue-promise-snapshot
Usage
You must install @vue/composition-api
as a plugin via Vue.use()
beforehand.
See @vue/composition-api.
Generate number 1-1000 Start Generating... {{ generation.result }} {{ generation.error }} Retry
API Reference
declare