pass apollo client to nav guards

This commit is contained in:
Moriz Wahl 2021-12-02 11:54:47 +01:00
parent 1605cea902
commit 257e2e4073

View File

@ -75,7 +75,7 @@ Vue.use(Toasted, {
}, },
}) })
addNavigationGuards(router, store) addNavigationGuards(router, store, apolloProvider.defaultClient)
new Vue({ new Vue({
moment, moment,