https://github.com/oldvis/gallery
Tip revision: 9798cde3778299d40523107bc9e33d20d60f2c98 authored by shellywhen on 24 January 2024, 07:59:25 UTC
Update README.md
Update README.md
Tip revision: 9798cde
components.d.ts
/* 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 {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
TheDialogAbout: typeof import('./src/components/TheDialogAbout.vue')['default']
TheNavBar: typeof import('./src/components/TheNavBar.vue')['default']
TheViewDataEntryParsed: typeof import('./src/components/TheViewDataEntryParsed.vue')['default']
TheViewEntries: typeof import('./src/components/TheViewEntries.vue')['default']
TheViewJsonInput: typeof import('./src/components/TheViewJsonInput.vue')['default']
TheViewJsonParsed: typeof import('./src/components/TheViewJsonParsed.vue')['default']
TheViewListAuthors: typeof import('./src/components/TheViewListAuthors.vue')['default']
TheViewListLanguages: typeof import('./src/components/TheViewListLanguages.vue')['default']
TheViewListSources: typeof import('./src/components/TheViewListSources.vue')['default']
TheViewListTags: typeof import('./src/components/TheViewListTags.vue')['default']
TheViewSelectors: typeof import('./src/components/TheViewSelectors.vue')['default']
TheViewTime: typeof import('./src/components/TheViewTime.vue')['default']
TheViewTimeHeader: typeof import('./src/components/TheViewTimeHeader.vue')['default']
TheWidgetSearch: typeof import('./src/components/TheWidgetSearch.vue')['default']
VDataEntry: typeof import('./src/components/VDataEntry.vue')['default']
VDialog: typeof import('./src/components/VDialog.vue')['default']
VHistogram: typeof import('./src/components/VHistogram.vue')['default']
VMessage: typeof import('./src/components/VMessage.vue')['default']
VMessages: typeof import('./src/components/VMessages.vue')['default']
VSelector: typeof import('./src/components/VSelector.vue')['default']
VTextFrequency: typeof import('./src/components/VTextFrequency.vue')['default']
VViewListHeader: typeof import('./src/components/VViewListHeader.vue')['default']
}
}