Skip to content

Commit

Permalink
improve style
Browse files Browse the repository at this point in the history
  • Loading branch information
38elements committed Jul 22, 2018
1 parent 11922f5 commit 2189511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-instance/create-functional-component.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { createSlotVNodes } from './create-slot-vnodes'

export default function createFunctionalComponent (
component: Component,
mountingOptions: Options,
mountingOptions: Options
): Component {
if (mountingOptions.context && typeof mountingOptions.context !== 'object') {
throwError('mount.context must be an object')
Expand Down

0 comments on commit 2189511

Please sign in to comment.