We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 143fc86 commit 0657739Copy full SHA for 0657739
src/boot/kdk.js
@@ -21,7 +21,7 @@ export default async ({ app }) => {
21
// https://vuejs.org/guide/components/provide-inject.html#working-with-reactivity
22
app.config.unwrapInjectedRef = true
23
24
- // Initializes i18n
+ // Initializes i18n first to avoid any browser translation
25
await i18n.initialize(app, ['core', 'map', 'crisis'])
26
// Initiate the client
27
const api = initializeApi(setupApi)
0 commit comments