feat: multi-language component

This commit is contained in:
vben
2020-11-26 00:46:51 +08:00
parent e5f8ce3fd8
commit dc09de1e05
40 changed files with 457 additions and 153 deletions

View File

@@ -0,0 +1,5 @@
export default {
loadingText: '加载中...',
cancelText: '关闭',
okText: '确认',
};