docs: mics fixes

This commit is contained in:
Guillaume Chau
2018-05-21 20:02:20 +02:00
parent 65a77f9202
commit 0a3cc3a3df
+2 -2
View File
@@ -1139,8 +1139,8 @@ const apolloProvider = new VueApollo({
$loadingKey: 'loading',
// apollo options applied to all queries in components
$query: {
fetchPolicy: 'cache-and-network'
}
fetchPolicy: 'cache-and-network',
},
},
})
```