123456789101112131415161718192021222324252627282930313233343536 |
- /* eslint-disable */
- /* prettier-ignore */
- // @ts-nocheck
- // Generated by unplugin-vue-components
- // Read more: https://github.com/vuejs/core/pull/3399
- export {}
- declare module 'vue' {
- export interface GlobalComponents {
- AiTextarea: typeof import('./src/components/TextArea/AiTextarea.vue')['default']
- CardPaginationList: typeof import('./src/components/PaginationList/CardPaginationList.vue')['default']
- HomeHotSliderCard: typeof import('./src/components/HomeHotSliderCard.vue')['default']
- HomeHotSliderCardHz: typeof import('./src/components/HomeHotSliderCard-hz.vue')['default']
- MarkdownToc: typeof import('./src/components/markdown-toc/MarkdownToc.vue')['default']
- MyEmpty: typeof import('./src/components/PageStatus/MyEmpty.vue')['default']
- MyError: typeof import('./src/components/PageStatus/MyError.vue')['default']
- MyIcon: typeof import('./src/components/myIcon/index.vue')['default']
- MyLoading: typeof import('./src/components/PageStatus/MyLoading.vue')['default']
- NewSliderCardUpDown: typeof import('./src/components/NewSliderCardUpDown.vue')['default']
- NewSliderCardUpDownHz: typeof import('./src/components/NewSliderCardUpDown-hz.vue')['default']
- NoAuthority: typeof import('./src/components/PageStatus/NoAuthority.vue')['default']
- NoFound: typeof import('./src/components/PageStatus/NoFound.vue')['default']
- PageStatus: typeof import('./src/components/PageStatus/PageStatus.vue')['default']
- PaginationList: typeof import('./src/components/PaginationList/PaginationList.vue')['default']
- PdfCanvas: typeof import('./src/components/pdf/PdfCanvas.vue')['default']
- PDFCanvasNew: typeof import('./src/components/pdf/PDFCanvasNew.vue')['default']
- PDFReader: typeof import('./src/components/pdf/PDFReader.vue')['default']
- PDFViewer: typeof import('./src/components/pdf/PDFViewer.vue')['default']
- PDFViewerSearch: typeof import('./src/components/pdf/PDFViewerSearch.vue')['default']
- RouterLink: typeof import('vue-router')['RouterLink']
- RouterView: typeof import('vue-router')['RouterView']
- Tinymce: typeof import('./src/components/Tinymce/Tinymce.vue')['default']
- TxtViewer: typeof import('./src/components/pdf/TxtViewer.vue')['default']
- WordViewer: typeof import('./src/components/pdf/WordViewer.vue')['default']
- }
- }
|