Skip to content

Commit f83d845

Browse files
committed
Finish docs
1 parent 971eec6 commit f83d845

File tree

5 files changed

+381
-98
lines changed

5 files changed

+381
-98
lines changed

docs/guide/custom-mutations/README.md

-7
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,3 @@ Variables:
3939

4040
Like for all other operations, all records which are returned replace the respective existing records in the Vuex-ORM
4141
database.
42-
43-
44-
::: danger
45-
**TODO**
46-
47-
- Example code
48-
:::

docs/guide/destroy/README.md

-7
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,3 @@ Variables:
3030
}
3131
```
3232

33-
34-
::: danger
35-
**TODO**
36-
37-
- Example code
38-
:::
39-

docs/guide/persist/README.md

-6
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,3 @@ Variables:
5050

5151
Like when pushing, all records which are returned replace the respective existing records in the Vuex-ORM database.
5252

53-
54-
::: danger
55-
**TODO**
56-
57-
- Example code
58-
:::

docs/guide/push/README.md

-6
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,3 @@ Variables:
5050

5151
Like when persisting, all records which are returned replace the respective existing records in the Vuex-ORM database.
5252

53-
54-
::: danger
55-
**TODO**
56-
57-
- Example code
58-
:::

0 commit comments

Comments
 (0)