|
|
|
|
@@ -7,25 +7,25 @@ export {}
|
|
|
|
|
|
|
|
|
|
declare module 'vue' {
|
|
|
|
|
export interface GlobalComponents {
|
|
|
|
|
Add: typeof import('./src/components/Toolbar/Add.vue')['default']
|
|
|
|
|
Add: typeof import('./src/components/toolbar/Add.vue')['default']
|
|
|
|
|
ArticleList2: typeof import('./src/components/list/ArticleList2.vue')['default']
|
|
|
|
|
ArticleListFQ: typeof import('./src/components/article/ArticleList-FQ.vue')['default']
|
|
|
|
|
Backgorund: typeof import('./src/components/Backgorund.vue')['default']
|
|
|
|
|
BaseButton: typeof import('./src/components/BaseButton.vue')['default']
|
|
|
|
|
BaseIcon: typeof import('./src/components/BaseIcon.vue')['default']
|
|
|
|
|
ChapterList: typeof import('./src/components/list/ChapterList.vue')['default']
|
|
|
|
|
ChapterName: typeof import('./src/components/Toolbar/ChapterName.vue')['default']
|
|
|
|
|
ChapterName: typeof import('./src/components/toolbar/ChapterName.vue')['default']
|
|
|
|
|
Close: typeof import('./src/components/icon/Close.vue')['default']
|
|
|
|
|
CommonWordList: typeof import('./src/components/list/CommonWordList.vue')['default']
|
|
|
|
|
Dialog: typeof import('./src/components/dialog/Dialog.vue')['default']
|
|
|
|
|
DictDiglog: typeof import('./src/components/dialog/DictDiglog.vue')['default']
|
|
|
|
|
DictGroup: typeof import('./src/components/Toolbar/DictGroup.vue')['default']
|
|
|
|
|
DictGroup: typeof import('./src/components/toolbar/DictGroup.vue')['default']
|
|
|
|
|
DictItem: typeof import('./src/components/list/DictItem.vue')['default']
|
|
|
|
|
DictList: typeof import('./src/components/list/DictList.vue')['default']
|
|
|
|
|
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']
|
|
|
|
|
EditSingleArticleModal: typeof import('./src/components/Article/EditSingleArticleModal.vue')['default']
|
|
|
|
|
EditArticle: typeof import('./src/components/article/EditArticle.vue')['default']
|
|
|
|
|
EditBatchArticleModal: typeof import('./src/components/article/EditBatchArticleModal.vue')['default']
|
|
|
|
|
EditSingleArticleModal: typeof import('./src/components/article/EditSingleArticleModal.vue')['default']
|
|
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
|
|
|
|
@@ -40,7 +40,7 @@ declare module 'vue' {
|
|
|
|
|
ElSlider: typeof import('element-plus/es')['ElSlider']
|
|
|
|
|
ElSwitch: typeof import('element-plus/es')['ElSwitch']
|
|
|
|
|
Empty: typeof import('./src/components/Empty.vue')['default']
|
|
|
|
|
FeedbackModal: typeof import('./src/components/Toolbar/FeedbackModal.vue')['default']
|
|
|
|
|
FeedbackModal: typeof import('./src/components/toolbar/FeedbackModal.vue')['default']
|
|
|
|
|
Fireworks: typeof import('./src/components/Fireworks.vue')['default']
|
|
|
|
|
Footer: typeof import('./src/components/Practice/Footer.vue')['default']
|
|
|
|
|
IconWrapper: typeof import('./src/components/IconWrapper.vue')['default']
|
|
|
|
|
@@ -54,20 +54,20 @@ declare module 'vue' {
|
|
|
|
|
Practice: typeof import('./src/components/Practice/index.vue')['default']
|
|
|
|
|
PracticeArticle: typeof import('./src/components/Practice/practice-article/index.vue')['default']
|
|
|
|
|
PracticeWord: typeof import('./src/components/Practice/practice-word/index.vue')['default']
|
|
|
|
|
RepeatSetting: typeof import('./src/components/Toolbar/RepeatSetting.vue')['default']
|
|
|
|
|
RepeatSetting: typeof import('./src/components/toolbar/RepeatSetting.vue')['default']
|
|
|
|
|
Ring: typeof import('./src/components/Ring.vue')['default']
|
|
|
|
|
SettingDialog: typeof import('./src/components/dialog/SettingDialog.vue')['default']
|
|
|
|
|
Slide: typeof import('./src/components/Slide.vue')['default']
|
|
|
|
|
Statistics: typeof import('./src/components/Practice/Statistics.vue')['default']
|
|
|
|
|
Toolbar: typeof import('./src/components/toolbar/index.vue')['default']
|
|
|
|
|
Tooltip: typeof import('./src/components/Tooltip.vue')['default']
|
|
|
|
|
TranslateSetting: typeof import('./src/components/Toolbar/TranslateSetting.vue')['default']
|
|
|
|
|
TranslateSetting: typeof import('./src/components/toolbar/TranslateSetting.vue')['default']
|
|
|
|
|
Typing: typeof import('./src/components/Practice/practice-word/Typing.vue')['default']
|
|
|
|
|
TypingArticle: typeof import('./src/components/Practice/practice-article/TypingArticle.vue')['default']
|
|
|
|
|
TypingWord: typeof import('./src/components/Practice/practice-word/TypingWord.vue')['default']
|
|
|
|
|
VirtualWordList: typeof import('./src/components/list/VirtualWordList.vue')['default']
|
|
|
|
|
VolumeIcon: typeof import('./src/components/icon/VolumeIcon.vue')['default']
|
|
|
|
|
VolumeSetting: typeof import('./src/components/Toolbar/VolumeSetting.vue')['default']
|
|
|
|
|
VolumeSetting: typeof import('./src/components/toolbar/VolumeSetting.vue')['default']
|
|
|
|
|
WordListDialog: typeof import('./src/components/dialog/WordListDialog.vue')['default']
|
|
|
|
|
}
|
|
|
|
|
export interface ComponentCustomProperties {
|
|
|
|
|
|