|
@@ -92,7 +92,7 @@ import Practice from "./Practicechs.vue"; // 语音练习模式
|
|
|
import WordModel from "./WordModelChs.vue"; // 语音练习模式
|
|
|
|
|
|
export default {
|
|
|
- name: "ArticleView",
|
|
|
+ name: "ArticleViewChs",
|
|
|
props: ["curQue", "NNPENewWordList", "themeColor"],
|
|
|
components: { NormalModelChs, Practice, WordModel, PhraseModel },
|
|
|
data() {
|