github.com/easysoft/zendata@v0.0.0-20240513203326-705bd5a7fd67/ui/src/config/bootstrap.js (about) 1 import store from '../store' 2 import { 3 APP_LANGUAGE, 4 } from '@/store/mutation-types' 5 import storage from 'store' 6 7 export default function Initializer () { 8 store.dispatch('setLang', storage.get(APP_LANGUAGE, 'zh-CN')) 9 }