Skip to content

Commit 0a3cc3a

Browse files
author
Guillaume Chau
committed
docs: mics fixes
1 parent 65a77f9 commit 0a3cc3a

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
@@ -1139,8 +1139,8 @@ const apolloProvider = new VueApollo({
11391139
$loadingKey: 'loading',
11401140
// apollo options applied to all queries in components
11411141
$query: {
1142-
fetchPolicy: 'cache-and-network'
1143-
}
1142+
fetchPolicy: 'cache-and-network',
1143+
},
11441144
},
11451145
})
11461146
```

0 commit comments

Comments
 (0)