Skip to content

Commit 35f3595

Browse files
eldomagangithub-actions[bot]
authored andcommitted
Built assets
1 parent 606d602 commit 35f3595

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/assets/editor/auto-imports.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ declare global {
297297
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
298298
import('vue')
299299
}
300+
300301
// for vue template auto import
301302
import { UnwrapRef } from 'vue'
302303
declare module 'vue' {
@@ -587,4 +588,4 @@ declare module 'vue' {
587588
readonly watchWithFilter: UnwrapRef<typeof import('@vueuse/core')['watchWithFilter']>
588589
readonly whenever: UnwrapRef<typeof import('@vueuse/core')['whenever']>
589590
}
590-
}
591+
}

0 commit comments

Comments
 (0)