Skip to content

Commit 93765c9

Browse files
author
Guillaume Chau
committed
feat(ui): log store reset
1 parent 3eb5116 commit 93765c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@vue/cli-ui/src/vue-apollo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export const apolloProvider = new VueApollo({
6464
})
6565

6666
export async function resetApollo () {
67+
console.log('[UI] Apollo store reset')
6768
try {
6869
await apolloClient.resetStore()
6970
} catch (e) {

0 commit comments

Comments
 (0)