erguotou520 / vue-fullstack

vue fullstack template

Home Page:https://vf-backend.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

模仿你的例子,语言切换不成功

hym1884603 opened this issue · comments

commented

image
image
会出现这种情况是为什么 模仿你的代码 用vuex 里面的action 发布 updateLocale

这个是因为没有找到对应的语言文字,在/client/src/locale/[zh_CN|en_US].js文件中添加响应的语言配置项就可以了,可以参考我默认添加的

el: {
  select: {
    noData: '无匹配数据'
  }
}