Skip to content

Commit 201d947

Browse files
committed
fix: types
1 parent 09236b6 commit 201d947

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stubs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import { ComponentInternalInstance } from '@vue/runtime-core'
1919
interface StubOptions {
2020
name?: string
2121
props?: any
22-
propsDeclaration: any
22+
propsDeclaration?: any
2323
}
2424

2525
function getSlots(ctx: ComponentPublicInstance): Slots | undefined {

0 commit comments

Comments
 (0)