mirror of
https://gitee.com/vuejs/vue.git
synced 2024-12-04 21:17:55 +08:00
fix flow
This commit is contained in:
parent
23a22cbb44
commit
0f5bcdfac8
@ -177,9 +177,7 @@ export function renderMixin (Vue: Class<Component>) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
export function resolveSlots (
|
export function resolveSlots (renderChildren: any): Object {
|
||||||
renderChildren?: Array<any> | () => Array<any> | string
|
|
||||||
): Object {
|
|
||||||
const slots = {}
|
const slots = {}
|
||||||
if (!renderChildren) {
|
if (!renderChildren) {
|
||||||
return slots
|
return slots
|
||||||
|
Loading…
Reference in New Issue
Block a user