Skip to content

Commit bc6a415

Browse files
committed
chore: consistent name with js code
1 parent 27a3e33 commit bc6a415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export interface VueFinalModalProperty {
5252
get(...names: string[]): VueFinalModalComponant | undefined
5353

5454
show(name: string, params?: any): void
55-
show(options: DynamicModalOptions, params?: any): void
55+
show(modal: DynamicModalOptions, params?: any): void
5656

5757
hide(...names: string[]): void
5858
hideAll(): void

0 commit comments

Comments
 (0)