Develop dictionary management function
This commit is contained in:
3
components.d.ts
vendored
3
components.d.ts
vendored
@@ -10,7 +10,6 @@ declare module 'vue' {
|
||||
Add: typeof import('./src/components/toolbar/Add.vue')['default']
|
||||
ArticleList2: typeof import('./src/components/list/ArticleList2.vue')['default']
|
||||
ArticleList3: typeof import('./src/components/list/ArticleList3.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']
|
||||
@@ -23,10 +22,10 @@ declare module 'vue' {
|
||||
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']
|
||||
DictListPanel: typeof import('./src/components/DictListPanel.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']
|
||||
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']
|
||||
ElCheckbox: typeof import('element-plus/es')['ElCheckbox']
|
||||
|
||||
Reference in New Issue
Block a user