feat: multi-language support

This commit is contained in:
vben
2020-11-26 21:10:21 +08:00
parent 4f8ad976cc
commit 19011296ed
76 changed files with 764 additions and 307 deletions

View File

@@ -20,7 +20,7 @@ import {
} from '/@/setup/theme';
import { appStore } from '/@/store/modules/app';
import { deepMerge } from '../utils/index';
import { deepMerge } from '/@/utils';
// Used to share global app instances
let app: App;