mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange.git
synced 2026-08-20 21:04:34 +00:00
9 lines
181 B
JavaScript
9 lines
181 B
JavaScript
import store from '~/store'
|
|
import { loadMessages } from '~/plugins/i18n'
|
|
|
|
export default async (to, from, next) => {
|
|
await loadMessages(store.getters['lang/locale'])
|
|
|
|
next()
|
|
}
|