We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11922f5 commit 2189511Copy full SHA for 2189511
packages/create-instance/create-functional-component.js
@@ -6,7 +6,7 @@ import { createSlotVNodes } from './create-slot-vnodes'
6
7
export default function createFunctionalComponent (
8
component: Component,
9
- mountingOptions: Options,
+ mountingOptions: Options
10
): Component {
11
if (mountingOptions.context && typeof mountingOptions.context !== 'object') {
12
throwError('mount.context must be an object')
0 commit comments