add:西班牙
This commit is contained in:
@@ -54,7 +54,7 @@
|
||||
<el-dropdown-menu slot="dropdown">
|
||||
<el-dropdown-item divided command="zh">简体中文</el-dropdown-item>
|
||||
<el-dropdown-item divided command="en">English</el-dropdown-item>
|
||||
<el-dropdown-item divided command="vi">Vietnamese</el-dropdown-item>
|
||||
<el-dropdown-item divided command="es">Vietnamese</el-dropdown-item>
|
||||
</el-dropdown-menu>
|
||||
</el-dropdown>
|
||||
</div>
|
||||
@@ -134,8 +134,8 @@ export default {
|
||||
this.language = 'English'
|
||||
} else if (command === 'zh') {
|
||||
this.language = '简体中文'
|
||||
} else if (command === 'vi') {
|
||||
this.language = 'Vietnamese'
|
||||
} else if (command === 'es') {
|
||||
this.language = 'España'
|
||||
}
|
||||
},
|
||||
toggleSideBar() {
|
||||
|
||||
Reference in New Issue
Block a user