我在我的項目中實現(xiàn)了https://kazupon.github.io/vue-i18n/ i18n 本地化。它在 vue 組件/頁面上運行良好。但它不適用于純 javascript 類和 mixin。有辦法處理嗎?在example.vue組件中:<template><p>{{ $t("message.hello") }}</p>...</template><script>data:(){...},methods:...i18n: require('path of localization messages.')</script>但它不適用于example.js(pure javascript)或example.mjs(mixins)文件。
Vue I18n 不適用于純 javascript 文件
炎炎設(shè)計
2021-11-18 17:16:41