Skip to content

Commit

Permalink
chore: fixes typescript error
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Oct 18, 2024
1 parent 070f1c7 commit eab380b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/auto-imports.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ declare global {
// for type re-export
declare global {
// @ts-ignore
export type { Component, ComponentPublicInstance, ComputedRef, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, VNode, WritableComputedRef } from 'vue'
export type { Component, ComponentPublicInstance, ComputedRef, DirectiveBinding, ExtractDefaultPropTypes, ExtractPropTypes, ExtractPublicPropTypes, InjectionKey, PropType, Ref, MaybeRef, MaybeRefOrGetter, VNode, WritableComputedRef } from 'vue'
import('vue')
}
// for vue template auto import
Expand Down
2 changes: 1 addition & 1 deletion assets/components/LogViewer/EventSource.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe("<ContainerEventSource />", () => {
],
});

return mount(Component<Container>, {
return mount(Component, {
global: {
plugins: [router, createTestingPinia({ createSpy: vi.fn }), createI18n({})],
components: {
Expand Down

0 comments on commit eab380b

Please sign in to comment.