feat:图标名称修改
This commit is contained in:
4
node_modules/.vue-global-types/vue_2.6_0.d.ts
generated
vendored
4
node_modules/.vue-global-types/vue_2.6_0.d.ts
generated
vendored
@@ -6,6 +6,8 @@ export {};
|
||||
export interface GlobalDirectives { }
|
||||
}
|
||||
; declare global {
|
||||
var __VLS_PROPS_FALLBACK: Record<string, unknown>;
|
||||
|
||||
const __VLS_directiveBindingRestFields: { instance: null, oldValue: null, modifiers: any, dir: any };
|
||||
const __VLS_unref: typeof import('vue').unref;
|
||||
const __VLS_placeholder: any;
|
||||
@@ -39,7 +41,7 @@ export {};
|
||||
attrs?: any;
|
||||
slots?: T extends { $slots: infer Slots } ? Slots : Record<string, any>;
|
||||
emit?: T extends { $emit: infer Emit } ? Emit : {};
|
||||
props?: (T extends { $props: infer Props } ? Props : {}) & Record<string, unknown>;
|
||||
props?: typeof props;
|
||||
expose?: (exposed: T) => void;
|
||||
};
|
||||
};
|
||||
|
||||
138
node_modules/.vue-global-types/vue_99_0.d.ts
generated
vendored
Normal file
138
node_modules/.vue-global-types/vue_99_0.d.ts
generated
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user