|
@@ -26,7 +26,7 @@
|
|
|
:active-color="activeColor"
|
|
|
inactive-color="rgba(0,0,0,0.1)"
|
|
|
active-text=""
|
|
|
- inactive-text="New words in this lesson"
|
|
|
+ inactive-text="本课生词"
|
|
|
@change="handleSwitchChange('showPractice', 'showWord')"
|
|
|
>
|
|
|
</el-switch>
|
|
@@ -38,7 +38,7 @@
|
|
|
:active-color="activeColor"
|
|
|
inactive-color="rgba(0,0,0,0.1)"
|
|
|
active-text=""
|
|
|
- inactive-text="Pronunciation practice"
|
|
|
+ inactive-text="语音练习"
|
|
|
@change="handleSwitchChange('showPhrases', 'showWord')"
|
|
|
>
|
|
|
</el-switch>
|