Skip to content

Commit f1144a8

Browse files
committed
feat: allow passing renderDefaultSlot to config mounting options
1 parent 912f4be commit f1144a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ export type GlobalMountOptions = {
2828
components?: Record<string, Component | object>
2929
directives?: Record<string, Directive>
3030
stubs?: Record<any, any>
31+
renderStubDefaultSlot?: boolean
3132
}
3233

3334
export interface VueWrapperMeta {

0 commit comments

Comments
 (0)