Skip to content

Commit 2189511

Browse files
committed
improve style
1 parent 11922f5 commit 2189511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/create-instance/create-functional-component.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { createSlotVNodes } from './create-slot-vnodes'
66

77
export default function createFunctionalComponent (
88
component: Component,
9-
mountingOptions: Options,
9+
mountingOptions: Options
1010
): Component {
1111
if (mountingOptions.context && typeof mountingOptions.context !== 'object') {
1212
throwError('mount.context must be an object')

0 commit comments

Comments
 (0)