Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangfisher committed Dec 2, 2024
1 parent 6204464 commit 9401033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vue3-ts/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { createApp } from 'vue'
import './style.css'
import App from './App.vue'
import { t, i18nScope } from './languages'
import i18nPlugin,{type VoerkaI18nPluginOptions} from '@voerkai18n/vue'
import {i18nPlugin,type VoerkaI18nPluginOptions} from '@voerkai18n/vue'

i18nScope.registerDefaultLoader(async (language,scope)=>{
return await (await fetch(`/languages/${scope.id}/${language}.json`)).json()
Expand Down

0 comments on commit 9401033

Please sign in to comment.