03 2022 档案

摘要://i18n->index.js import Vue from 'vue' import VueI18n from 'vue-i18n' Vue.use(VueI18n) export const i18n = new VueI18n({ locale: 'vus', // 将要切换的语言,根据场 阅读全文
posted @ 2022-03-03 14:21 chicidol 阅读(220) 评论(0) 推荐(0) 编辑
摘要:dowFile (item) { const data = { translate: json[item] } let blob = new Blob([JSON.stringify(data)], { type: 'text/plain' }); let file = new File([blob 阅读全文
posted @ 2022-03-03 14:16 chicidol 阅读(75) 评论(0) 推荐(0) 编辑