Skip to content

Commit 5b622a3

Browse files
committed
feat(types): add dynamicContainerName property to VfmOptions and every properties is optional
1 parent 9a83055 commit 5b622a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

types/index.d.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ import {
88
} from 'vue'
99

1010
export interface VfmOptions {
11-
componentName: string,
12-
key: string
11+
dynamicContainerName?: string,
12+
componentName?: string,
13+
key?: string
1314
}
1415

1516
type VueFinalModal = () => {

0 commit comments

Comments
 (0)