|
|
|
|
/* eslint-disable */
|
|
|
|
|
// @ts-nocheck
|
|
|
|
|
// biome-ignore lint: disable
|
|
|
|
|
// oxlint-disable
|
|
|
|
|
// ------
|
|
|
|
|
// Generated by unplugin-vue-components
|
|
|
|
|
// Read more: https://github.com/vuejs/core/pull/3399
|
|
|
|
|
|
|
|
|
|
export {}
|
|
|
|
|
|
|
|
|
|
/* prettier-ignore */
|
|
|
|
|
declare module 'vue' {
|
|
|
|
|
export interface GlobalComponents {
|
feat: setup core architecture (router, pinia, axios, permission)
- Vue Router 4 with navigation guards and dynamic route loading
- Pinia stores for user, permission, and app state management
- Axios API layer with request/response interceptors
- Permission control (v-hasPermi, v-hasRole directives)
- Utility functions (auth, validate, permission)
- Layout component with sidebar, navbar, and breadcrumbs
- Error pages (401, 404) and redirect view
- Login API integration with user store
3 weeks ago
|
|
|
ElAvatar: typeof import('element-plus/es')['ElAvatar']
|
|
|
|
|
ElBreadcrumb: typeof import('element-plus/es')['ElBreadcrumb']
|
|
|
|
|
ElBreadcrumbItem: typeof import('element-plus/es')['ElBreadcrumbItem']
|
|
|
|
|
ElButton: typeof import('element-plus/es')['ElButton']
|
|
|
|
|
ElCard: typeof import('element-plus/es')['ElCard']
|
feat: setup core architecture (router, pinia, axios, permission)
- Vue Router 4 with navigation guards and dynamic route loading
- Pinia stores for user, permission, and app state management
- Axios API layer with request/response interceptors
- Permission control (v-hasPermi, v-hasRole directives)
- Utility functions (auth, validate, permission)
- Layout component with sidebar, navbar, and breadcrumbs
- Error pages (401, 404) and redirect view
- Login API integration with user store
3 weeks ago
|
|
|
ElDropdown: typeof import('element-plus/es')['ElDropdown']
|
|
|
|
|
ElDropdownItem: typeof import('element-plus/es')['ElDropdownItem']
|
|
|
|
|
ElDropdownMenu: typeof import('element-plus/es')['ElDropdownMenu']
|
|
|
|
|
ElForm: typeof import('element-plus/es')['ElForm']
|
|
|
|
|
ElFormItem: typeof import('element-plus/es')['ElFormItem']
|
feat: setup core architecture (router, pinia, axios, permission)
- Vue Router 4 with navigation guards and dynamic route loading
- Pinia stores for user, permission, and app state management
- Axios API layer with request/response interceptors
- Permission control (v-hasPermi, v-hasRole directives)
- Utility functions (auth, validate, permission)
- Layout component with sidebar, navbar, and breadcrumbs
- Error pages (401, 404) and redirect view
- Login API integration with user store
3 weeks ago
|
|
|
ElIcon: typeof import('element-plus/es')['ElIcon']
|
|
|
|
|
ElInput: typeof import('element-plus/es')['ElInput']
|
feat: setup core architecture (router, pinia, axios, permission)
- Vue Router 4 with navigation guards and dynamic route loading
- Pinia stores for user, permission, and app state management
- Axios API layer with request/response interceptors
- Permission control (v-hasPermi, v-hasRole directives)
- Utility functions (auth, validate, permission)
- Layout component with sidebar, navbar, and breadcrumbs
- Error pages (401, 404) and redirect view
- Login API integration with user store
3 weeks ago
|
|
|
ElMenu: typeof import('element-plus/es')['ElMenu']
|
|
|
|
|
ElMenuItem: typeof import('element-plus/es')['ElMenuItem']
|
|
|
|
|
ElSubMenu: typeof import('element-plus/es')['ElSubMenu']
|
|
|
|
|
HelloWorld: typeof import('./components/HelloWorld.vue')['default']
|
feat: setup core architecture (router, pinia, axios, permission)
- Vue Router 4 with navigation guards and dynamic route loading
- Pinia stores for user, permission, and app state management
- Axios API layer with request/response interceptors
- Permission control (v-hasPermi, v-hasRole directives)
- Utility functions (auth, validate, permission)
- Layout component with sidebar, navbar, and breadcrumbs
- Error pages (401, 404) and redirect view
- Login API integration with user store
3 weeks ago
|
|
|
ParentView: typeof import('./components/ParentView.vue')['default']
|
|
|
|
|
RouterLink: typeof import('vue-router')['RouterLink']
|
|
|
|
|
RouterView: typeof import('vue-router')['RouterView']
|
|
|
|
|
Sidebar: typeof import('./components/layout/Sidebar/index.vue')['default']
|
|
|
|
|
}
|
|
|
|
|
}
|