Merge branch 'i18n' into master

This commit is contained in:
前端码农er 2019-08-28 14:06:07 +08:00 committed by GitHub
commit ee1900984a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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,

View File

@ -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