vue 在 javascript 中 进行国际化 2019-12-10 本文已影响0人 Mr菜头 使用 i18n 进行国际化 js中的使用 this.$t('message') html中 <div :label="t('message')}}</div>