Skip to content

Commit 3781414

Browse files
committed
fix(type): fix type name typo
1 parent af62a60 commit 3781414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export type VueFinalModalComponent = ComponentPublicInstance & {
3636
vfmContent: HTMLDivElement
3737
}
3838

39-
export type VusFinalModalProperty = {
39+
export type VueFinalModalProperty = {
4040
openedModals: VueFinalModalInfo[]
4141
modals: VueFinalModalInfo[]
4242
get(name: string): VueFinalModalInfo | undefined
@@ -48,7 +48,7 @@ export type VusFinalModalProperty = {
4848

4949
declare module '@vue/runtime-core' {
5050
interface ComponentCustomProperties {
51-
readonly $vfm: VusFinalModalProperty
51+
readonly $vfm: VueFinalModalProperty
5252
}
5353
}
5454

0 commit comments

Comments
 (0)