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 8ccd985 commit 383a919Copy full SHA for 383a919
types/index.d.ts
@@ -1,9 +1,9 @@
1
import { App, Ref, SetupContext, EmitsOptions, ComponentPublicInstance, Component } from 'vue'
2
3
export interface VfmOptions {
4
- dynamicContainerName?: string
5
- componentName?: string
6
key?: string
+ componentName?: string
+ dynamicContainerName?: string
7
}
8
9
type VueFinalModal = () => {
0 commit comments