Skip to content

Commit 3be2b11

Browse files
committed
fix: change config file
1 parent 02e1835 commit 3be2b11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auto-imports.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ declare global {
6767
// for type re-export
6868
declare global {
6969
// @ts-ignore
70-
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
70+
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
7171
import('vue')
7272
}

0 commit comments

Comments
 (0)