i18n.js import Vue from 'vue' import VueI18n from 'vue-i18n' import i18nData from './i18nData' Vue.use(VueI18n); export default new ...
確定! 回上一頁