feat(cli): support locales

This commit is contained in:
陈嘉涵
2019-12-06 15:51:20 +08:00
parent 6bd858fac5
commit dc6cc6c5af
16 changed files with 336 additions and 135 deletions

View File

@@ -58,6 +58,7 @@ export default {
},
data() {
console.log(this.config);
return {
showVersionPop: false
};