Fix client-side errors
This commit is contained in:
@@ -9,7 +9,6 @@ import {createVuetify} from 'vuetify'
|
||||
import * as components from 'vuetify/components'
|
||||
import * as directives from 'vuetify/directives'
|
||||
import vueGoogleOauth from 'vue3-google-login'
|
||||
import {useSubscriptionStore} from "@/stores/subscriptionStore.js";
|
||||
import {useAuthStore} from "@/stores/authStore.js";
|
||||
import i18n from './i18n.js';
|
||||
import {useUserProfileStore} from "@/stores/userProfileStore.js";
|
||||
@@ -33,7 +32,6 @@ const app = createApp(App)
|
||||
app.config.globalProperties.$t = i18n.global.t;
|
||||
|
||||
// this force the creation and initialization of the stores
|
||||
useSubscriptionStore()
|
||||
useAuthStore()
|
||||
useUserProfileStore()
|
||||
useCreatorProfileStore()
|
||||
|
||||
Reference in New Issue
Block a user