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 00d8f1c commit 9ff486aCopy full SHA for 9ff486a
src/mount.ts
@@ -34,7 +34,7 @@ import {
34
} from './constants'
35
import { stubComponents } from './stubs'
36
37
-type Slot = VNode | string | { render: Function } | Function
+type Slot = VNode | string | { render: Function } | Function | Component
38
39
type SlotDictionary = {
40
[key: string]: Slot
0 commit comments