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 912f4be commit f1144a8Copy full SHA for f1144a8
src/types.ts
@@ -28,6 +28,7 @@ export type GlobalMountOptions = {
28
components?: Record<string, Component | object>
29
directives?: Record<string, Directive>
30
stubs?: Record<any, any>
31
+ renderStubDefaultSlot?: boolean
32
}
33
34
export interface VueWrapperMeta {
0 commit comments