build(web): upgrade auto import plugins (#5453)

This commit is contained in:
fatedier
2026-07-28 17:09:46 +08:00
committed by GitHub
parent f3828cbfdb
commit 3d89ab7ff1
7 changed files with 238 additions and 354 deletions

View File

@@ -1,10 +1,14 @@
/* eslint-disable */
/* prettier-ignore */
// @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 {
ConfigField: typeof import('./src/components/ConfigField.vue')['default']
@@ -42,7 +46,7 @@ declare module 'vue' {
VisitorTransportSection: typeof import('./src/components/visitor-form/VisitorTransportSection.vue')['default']
VisitorXtcpSection: typeof import('./src/components/visitor-form/VisitorXtcpSection.vue')['default']
}
export interface ComponentCustomProperties {
export interface GlobalDirectives {
vLoading: typeof import('element-plus/es')['ElLoadingDirective']
}
}