This commit is contained in:
2018-11-15 21:49:33 +00:00
parent 0949667d87
commit 8ef2673a9b
5 changed files with 17 additions and 8 deletions

View File

@@ -5,6 +5,7 @@ import _ from "../utils/libs/core.min.js";
export default {
get(key) {
// debugger;
if (!_.has(store.state.localeText, key)) {
return "?" + key + "?";
}