24 lines
1.1 KiB
TypeScript
24 lines
1.1 KiB
TypeScript
// generated by unplugin-vue-components
|
|
// We suggest you to commit this file into source control
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
import '@vue/runtime-core'
|
|
|
|
export {}
|
|
|
|
declare module '@vue/runtime-core' {
|
|
export interface GlobalComponents {
|
|
Countup: typeof import('./src/components/countup.vue')['default']
|
|
Header: typeof import('./src/components/header.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
Sidebar: typeof import('./src/components/sidebar.vue')['default']
|
|
TableCustom: typeof import('./src/components/table-custom.vue')['default']
|
|
TableDetail: typeof import('./src/components/table-detail.vue')['default']
|
|
TableEdit: typeof import('./src/components/table-edit.vue')['default']
|
|
TableSearch: typeof import('./src/components/table-search.vue')['default']
|
|
Tabs: typeof import('./src/components/tabs.vue')['default']
|
|
Upload_file2: typeof import('./src/components/upload_file2.vue')['default']
|
|
UploadFile: typeof import('./src/components/upload-file.vue')['default']
|
|
}
|
|
}
|