使用vuex+vue-i18n方式国际化. 在static/lang下新建文件:. index.js、en.js、zh.js... // en.js module.exports = { route: { title: 'chengdu', } ...
確定! 回上一頁