diff --git a/README.ja.md b/README.ja.md index 7b1232bc..e890e4f6 100644 --- a/README.ja.md +++ b/README.ja.md @@ -137,7 +137,7 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s ```bash # clone the project -git clone https://github.com/PanJiaChen/vue-element-admin.git +git clone -b i18n git@github.com:PanJiaChen/vue-element-admin.git # enter the project directory cd vue-element-admin diff --git a/README.md b/README.md index 3a2b6191..cf4b74f6 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s ```bash # clone the project -git clone https://github.com/PanJiaChen/vue-element-admin.git +git clone -b i18n git@github.com:PanJiaChen/vue-element-admin.git # enter the project directory cd vue-element-admin diff --git a/README.zh-CN.md b/README.zh-CN.md index 82b8908c..6ade28a4 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -156,7 +156,7 @@ Become a sponsor and get your logo on our README on GitHub with a link to your s ```bash # 克隆项目 -git clone https://github.com/PanJiaChen/vue-element-admin.git +git clone -b i18n git@github.com:PanJiaChen/vue-element-admin.git # 进入项目目录 cd vue-element-admin diff --git a/src/components/Tinymce/index.vue b/src/components/Tinymce/index.vue index 0c6174c4..df037e00 100644 --- a/src/components/Tinymce/index.vue +++ b/src/components/Tinymce/index.vue @@ -115,6 +115,7 @@ export default { initTinymce() { const _this = this window.tinymce.init({ + language: this.language, selector: `#${this.tinymceId}`, language: this.languageTypeList['en'], height: this.height, diff --git a/src/views/tab/index.vue b/src/views/tab/index.vue index 862a160f..6438a47a 100644 --- a/src/views/tab/index.vue +++ b/src/views/tab/index.vue @@ -36,7 +36,7 @@ export default { } }, created() { - // init the default selected tab + // init the default selected tab const tab = this.$route.query.tab if (tab) { this.activeName = tab