We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af62a60 commit 3781414Copy full SHA for 3781414
types/index.d.ts
@@ -36,7 +36,7 @@ export type VueFinalModalComponent = ComponentPublicInstance & {
36
vfmContent: HTMLDivElement
37
}
38
39
-export type VusFinalModalProperty = {
+export type VueFinalModalProperty = {
40
openedModals: VueFinalModalInfo[]
41
modals: VueFinalModalInfo[]
42
get(name: string): VueFinalModalInfo | undefined
@@ -48,7 +48,7 @@ export type VusFinalModalProperty = {
48
49
declare module '@vue/runtime-core' {
50
interface ComponentCustomProperties {
51
- readonly $vfm: VusFinalModalProperty
+ readonly $vfm: VueFinalModalProperty
52
53
54
0 commit comments