//lang.js import Vue from 'vue' import VueI18n from 'vue-i18n' import cn from '. ... es.json' Vue.use(VueI18n) const locale = 'cn' const messages = { cn } ...
確定! 回上一頁