From 85b665272a529fb32742a4ef0f2b5ef853140dcc Mon Sep 17 00:00:00 2001 From: zyronon Date: Tue, 21 Nov 2023 02:23:04 +0800 Subject: [PATCH] save --- components.d.ts | 1 - .../Practice/practice-word/Typing.vue | 3 +- src/components/article/EditArticle.vue | 62 ++++++++++--------- 3 files changed, 35 insertions(+), 31 deletions(-) diff --git a/components.d.ts b/components.d.ts index 98e0d2de..af5bcef8 100644 --- a/components.d.ts +++ b/components.d.ts @@ -25,7 +25,6 @@ declare module 'vue' { EditAbleText: typeof import('./src/components/EditAbleText.vue')['default'] EditArticle: typeof import('./src/components/article/EditArticle.vue')['default'] EditBatchArticleModal: typeof import('./src/components/article/EditBatchArticleModal.vue')['default'] - EditBatchArticleModal2: typeof import('./src/components/article/EditBatchArticleModal2.vue')['default'] EditBatchArticleModalFQ: typeof import('./src/components/article/EditBatchArticleModal-FQ.vue')['default'] EditSingleArticleModal: typeof import('./src/components/article/EditSingleArticleModal.vue')['default'] ElButton: typeof import('element-plus/es')['ElButton'] diff --git a/src/components/Practice/practice-word/Typing.vue b/src/components/Practice/practice-word/Typing.vue index 32fcabe3..8adc1c7c 100644 --- a/src/components/Practice/practice-word/Typing.vue +++ b/src/components/Practice/practice-word/Typing.vue @@ -198,7 +198,8 @@ defineExpose({del, showWord, hideWord, play}) -
[{{ settingStore.wordSoundType === 'us' ? word.usphone : word.ukphone }}]
+
[{{ word.usphone}}]
+
[{{ word.ukphone }}]
diff --git a/src/components/article/EditArticle.vue b/src/components/article/EditArticle.vue index 6bf1268f..917c1923 100644 --- a/src/components/article/EditArticle.vue +++ b/src/components/article/EditArticle.vue @@ -231,7 +231,7 @@ defineExpose({save, getEditArticle: () => cloneDeep(editArticle)})