mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
Fix linting
This commit is contained in:
parent
9d9319ea62
commit
d9c89106c6
@ -14,7 +14,7 @@ export default ({ app, store }) => {
|
||||
'fr': require('~/locales/fr.json')
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
app.i18n.path = (link) => {
|
||||
if (app.i18n.locale === app.i18n.fallbackLocale) {
|
||||
return `/${link}`
|
||||
|
Loading…
Reference in New Issue
Block a user