mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-04-20 11:30:43 -05:00
fix(ui): file diff netork-only
This commit is contained in:
@@ -141,7 +141,7 @@ export default {
|
||||
fileDiffs: {
|
||||
query: FILE_DIFFS,
|
||||
loadingKey: 'loading',
|
||||
fetchPolicy: 'cahe-and-network',
|
||||
fetchPolicy: 'network-only',
|
||||
result () {
|
||||
this.fileDiffs.forEach(fileDiff => {
|
||||
if (typeof this.collapsed[fileDiff.id] === 'undefined' && (
|
||||
|
||||
Reference in New Issue
Block a user