Skip to content

Commit 1b7176c

Browse files
committed
feat(types): add dynamicContainerName property to VfmOptions and every properties is optional
1 parent 4ca9825 commit 1b7176c

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
@@ -75,8 +75,9 @@ declare module 'vue/types/vue' {
7575
}
7676

7777
export interface VfmOptions {
78-
componentName: string,
79-
key: string
78+
dynamicContainerName?: string,
79+
componentName?: string,
80+
key?: string
8081
}
8182

8283
declare const VfmPlugin: () => PluginObject<VfmOptions>

0 commit comments

Comments
 (0)