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 09236b6 commit 201d947Copy full SHA for 201d947
src/stubs.ts
@@ -19,7 +19,7 @@ import { ComponentInternalInstance } from '@vue/runtime-core'
19
interface StubOptions {
20
name?: string
21
props?: any
22
- propsDeclaration: any
+ propsDeclaration?: any
23
}
24
25
function getSlots(ctx: ComponentPublicInstance): Slots | undefined {
0 commit comments