Skip to content

Commit e6ea197

Browse files
committed
Remove unneeded options in createI18n plugin
1 parent 35af9ff commit e6ea197

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

resources/js/app.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ import Layout from './Pages/Layout.vue';
1818
const i18nPlugin = createI18n({
1919
locale: locale,
2020
messages: i18nMessages,
21-
wikilinks: true,
22-
globalInjection: true,
23-
legacy: false
21+
wikilinks: true
2422
});
2523
createInertiaApp({
2624
resolve: name => {

0 commit comments

Comments
 (0)