This commit is contained in:
@@ -5,6 +5,7 @@ import _ from "../utils/libs/core.min.js";
|
||||
|
||||
export default {
|
||||
get(key) {
|
||||
// debugger;
|
||||
if (!_.has(store.state.localeText, key)) {
|
||||
return "?" + key + "?";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user