36 lines
2.0 KiB
TypeScript
36 lines
2.0 KiB
TypeScript
/* eslint-disable */
|
|
// @ts-nocheck
|
|
// Generated by unplugin-vue-components
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
export {}
|
|
|
|
/* prettier-ignore */
|
|
declare module 'vue' {
|
|
export interface GlobalComponents {
|
|
Admin: typeof import('./src/components/Admin.vue')['default']
|
|
AdminPanel: typeof import('./src/components/admin/AdminPanel.vue')['default']
|
|
Auth: typeof import('./src/components/Auth.vue')['default']
|
|
DeleteAccountDialog: typeof import('./src/components/admin/DeleteAccountDialog.vue')['default']
|
|
Dialog: typeof import('./src/components/Dialog.vue')['default']
|
|
Homepage: typeof import('./src/components/Homepage.vue')['default']
|
|
LoginForm: typeof import('./src/components/admin/LoginForm.vue')['default']
|
|
ManagePanel: typeof import('./src/components/study/ManagePanel.vue')['default']
|
|
Permission: typeof import('./src/components/admin/Permission.vue')['default']
|
|
Problem: typeof import('./src/components/study/Problem.vue')['default']
|
|
ProblemDialog: typeof import('./src/components/study/ProblemDialog.vue')['default']
|
|
ProblemList: typeof import('./src/components/study/ProblemList.vue')['default']
|
|
Problems: typeof import('./src/components/Problems.vue')['default']
|
|
RecordList: typeof import('./src/components/RecordList.vue')['default']
|
|
RegisterForm: typeof import('./src/components/users/RegisterForm.vue')['default']
|
|
Repasswd2Dialog: typeof import('./src/components/users/Repasswd2Dialog.vue')['default']
|
|
'Repasswd2Dialog ': typeof import('./src/components/admin/Repasswd2Dialog .vue')['default']
|
|
RepasswdDialog: typeof import('./src/components/admin/RepasswdDialog.vue')['default']
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
SetList: typeof import('./src/components/study/SetList.vue')['default']
|
|
Study: typeof import('./src/components/Study.vue')['default']
|
|
Toy: typeof import('./src/components/Toy.vue')['default']
|
|
UserPanel: typeof import('./src/components/users/UserPanel.vue')['default']
|
|
}
|
|
}
|