airyland / vux

Mobile UI Components based on Vue & WeUI
https://vux.li
MIT License
17.59k stars 3.71k forks source link

[Feature Request] vue-i18n 与 全局注册组件的使用问题 #3049

Open wilsonIs opened 6 years ago

wilsonIs commented 6 years ago

Existing Component

Component Name

vue-i18n alertPlugin

Description

想请教下,vux选择vuex-i18n做国际化的原因是什么?为什么没有选择vue-i18n,这个的功能应该是更多的,也是更大众的选择。

做项目的时候尝试着 vux vue-i18n 配合使用,无奈 alertPlugin 等组件全局注册时会调用 i18n,先于vue-i18n挂载到vue实例,报错无法使用。莫非是我的使用姿势不对。。

Test issue history...

wsunnnn commented 6 years ago

先安装 npm install vue-i18n --save 在main.js中import vuei18n from 'vue-i18n' Vue.use(vuei18n)

wilsonIs commented 6 years ago

@gengshaojing vue-i18n的使用是知道的,想问的是vux + vue-i18n似乎无法一起使用

maomaoliangliang commented 5 years ago

我的项目也是,使用vux+i18n,然后使用vux的组件时就报错Cannot read property '_t' of null

TJhub78 commented 5 years ago

想请问最后怎么解决的呢

wilsonIs commented 5 years ago

@TJhub78 没有用vux,自己写...