async-source
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "async-source", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "async requests wrapper", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.min.js", |
@@ -1,2 +0,2 @@ | ||
#AsyncSource | ||
# AsyncSource | ||
With AsyncSource you can | ||
@@ -12,3 +12,3 @@ * Create stateful reactive data source for asynchronous requests | ||
###Install | ||
### Install | ||
``` | ||
@@ -19,3 +19,3 @@ npm install --save async-source | ||
###Usage | ||
### Usage | ||
```javascript | ||
@@ -45,3 +45,3 @@ // javascript | ||
####Parameters | ||
#### Parameters | ||
**Parameter** | **Is required** | **Description** | ||
@@ -52,3 +52,4 @@ --- | --- | --- | ||
delay | false | delay in ms | ||
####Properties(reactive getters) | ||
#### Properties(reactive getters) | ||
**Property** | **Description** | **Type** | ||
@@ -59,3 +60,4 @@ --- | --- | --- | ||
isFetch | Returns *true* after first load | Boolean | ||
####Methods | ||
#### Methods | ||
**Method** | **Description** | **Params** | ||
@@ -68,3 +70,3 @@ --- | --- | --- | ||
####Usage with vue3(composition api) | ||
#### Usage with vue3(composition api) | ||
```vue | ||
@@ -107,3 +109,3 @@ <template> | ||
####Usage with vue2(option api) | ||
#### Usage with vue2(option api) | ||
```vue | ||
@@ -110,0 +112,0 @@ <template> |
26920
143