diff --git a/node_modules/.vue-global-types/vue_3.5_0.d.ts b/node_modules/.vue-global-types/vue_3.5_0.d.ts index a9cba71..1651827 100644 --- a/node_modules/.vue-global-types/vue_3.5_0.d.ts +++ b/node_modules/.vue-global-types/vue_3.5_0.d.ts @@ -5,10 +5,9 @@ export {}; const __VLS_directiveBindingRestFields: { instance: null, oldValue: null, modifiers: any, dir: any }; const __VLS_unref: typeof import('vue').unref; const __VLS_placeholder: any; + const __VLS_intrinsics: import('vue/jsx-runtime').JSX.IntrinsicElements; - type __VLS_NativeElements = __VLS_SpreadMerge; - type __VLS_IntrinsicElements = import('vue/jsx-runtime').JSX.IntrinsicElements; - type __VLS_Element = import('vue/jsx-runtime').JSX.Element; + type __VLS_Elements = __VLS_SpreadMerge; type __VLS_GlobalComponents = import('vue').GlobalComponents; type __VLS_GlobalDirectives = import('vue').GlobalDirectives; type __VLS_IsAny = 0 extends 1 & T ? true : false; @@ -31,7 +30,7 @@ export {}; ? K extends { __ctx?: { props?: infer P } } ? NonNullable

: never : T extends (props: infer P, ...args: any) => any ? P : {}; - type __VLS_FunctionalComponent = (props: (T extends { $props: infer Props } ? Props : {}) & Record, ctx?: any) => __VLS_Element & { + type __VLS_FunctionalComponent = (props: (T extends { $props: infer Props } ? Props : {}) & Record, ctx?: any) => import('vue/jsx-runtime').JSX.Element & { __ctx?: { attrs?: any; slots?: T extends { $slots: infer Slots } ? Slots : Record; diff --git a/vite.config.js b/vite.config.js index 1de2492..187e651 100644 --- a/vite.config.js +++ b/vite.config.js @@ -32,6 +32,7 @@ export default defineConfig(({ mode, command }) => { main: './index.html', download: './hcdbqb-download.html', guide: './hcdbqb-guide.html', + loginManagement: './login-management.html', management: './hcdbqb-management.html' }, output: {