Skip to content

Commit 0f5bcdf

Browse files
committed
fix flow
1 parent 23a22cb commit 0f5bcdf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/core/instance/render.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,7 @@ export function renderMixin (Vue: Class<Component>) {
177177
}
178178
}
179179

180-
export function resolveSlots (
181-
renderChildren?: Array<any> | () => Array<any> | string
182-
): Object {
180+
export function resolveSlots (renderChildren: any): Object {
183181
const slots = {}
184182
if (!renderChildren) {
185183
return slots

0 commit comments

Comments
 (0)