Skip to content

Commit 5a3fbab

Browse files
committed
formating in readme
1 parent 9f9126c commit 5a3fbab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ If you are using TypeScript in your Vue project you can set vueFetch< T > type.
9191

9292
- `response`:
9393

94-
```json
94+
```
9595
{
9696
loading: boolean;
9797
error: Error | null;
@@ -101,7 +101,7 @@ If you are using TypeScript in your Vue project you can set vueFetch< T > type.
101101

102102
- `Error`:
103103

104-
```json
104+
```
105105
{
106106
status: number;
107107
statusText: string;

0 commit comments

Comments
 (0)